1. 05 Oct, 2023 2 commits
  2. 04 Oct, 2023 1 commit
  3. 03 Oct, 2023 1 commit
  4. 08 Sep, 2023 1 commit
  5. 02 Sep, 2023 2 commits
  6. 01 Sep, 2023 1 commit
  7. 29 Aug, 2023 2 commits
  8. 23 Aug, 2023 1 commit
  9. 22 Aug, 2023 1 commit
  10. 09 Aug, 2023 1 commit
  11. 07 Aug, 2023 1 commit
  12. 05 Aug, 2023 2 commits
  13. 04 Aug, 2023 2 commits
  14. 03 Aug, 2023 1 commit
  15. 14 Jul, 2023 1 commit
  16. 10 Jul, 2023 1 commit
  17. 24 Jun, 2023 1 commit
  18. 20 Jun, 2023 2 commits
  19. 19 Jun, 2023 1 commit
  20. 15 Jun, 2023 1 commit
  21. 13 Jun, 2023 1 commit
  22. 12 Jun, 2023 1 commit
  23. 09 Jun, 2023 3 commits
  24. 08 Jun, 2023 1 commit
  25. 05 Jun, 2023 2 commits
    • space-nuko's avatar
      Preview sampled images with TAESD · b4f434ee
      space-nuko authored
      b4f434ee
    • Dr.Lt.Data's avatar
      improve: lightweight preview to reduce network traffic (#733) · 9f3a19b7
      Dr.Lt.Data authored
      
      
      * To reduce bandwidth traffic in a remote environment, a lossy compression-based preview mode is provided for displaying simple visualizations in node-based widgets.
      
      * Added 'preview=[image format]' option to the '/view' API.
      * Updated node to use preview for displaying images as widgets.
      * Excluded preview usage in the open image, save image, mask editor where the original data is required.
      
      * Made preview_format parameterizable for extensibility.
      
      * default preview format changed: jpeg -> webp
      
      * Support advanced preview_format option.
      - grayscale option for visual debugging
      - quality option for aggressive reducing
      
      L?;format;quality?
      
      ex)
      jpeg => rgb, jpeg, quality 90
      L;webp;80 => grayscale, webp, quality 80
      L;png => grayscale, png, quality 90
      webp;50 => rgb, webp, quality 50
      
      * move comment
      
      * * add settings for preview_format
      * default value is ''(= don't reencode)
      
      ---------
      Co-authored-by: default avatarLt.Dr.Data <lt.dr.data@gmail.com>
      9f3a19b7
  26. 03 Jun, 2023 1 commit
  27. 22 May, 2023 1 commit
  28. 16 May, 2023 1 commit
  29. 14 May, 2023 1 commit
    • Dr.Lt.Data's avatar
      Feature/maskeditor context menu (#649) · d926f65f
      Dr.Lt.Data authored
      
      
      * add "Open in MaskEditor" to context menu
      
      * change save button name to 'Save to node' if open in node.
      clear clipspace_return_node after auto paste
      
      * * leak patch: prevent infinite duplication of MaskEditorDialog instance on every dialog open
      * prevent conflict of multiple opening of MaskEditorDialog
      * name of save button fix
      
      * patch: brushPreview hiding by dialog
      
      * consider close by 'esc' key on maskeditor.
      
      * bugfix about last patch
      
      * patch: invalid close detection
      
      * 'enter' key as save action
      
      * * batch support enhance
        - pick index based on imageIndex on copy action
      * paste fix on batch image node
      
      * typo
      
      ---------
      Co-authored-by: default avatarLt.Dr.Data <lt.dr.data@gmail.com>
      d926f65f
  30. 08 May, 2023 2 commits