Crop editor#1
Merged
StableLlama merged 83 commits intoStableLlamaAI:mainfrom Aug 8, 2025
Merged
Conversation
Still missing: - color space handling - JPEG XL (different PR) - crop editor (different PR)
Code refactor to respect mostly a width of 80
Advantages are smaller file sizes when compression is acceptable (quality < 100) or lossless compression with quality = 100. Also the alpha channel is supported and kept in the images. Note 1: this only adds support for the export function, and is not general JPEG XL support for taggui. There is the fork https://github.com/yggdrasil75/taggui that does exactly this. Note 2: You might need `pip install pillow-jxl-plugin` beforehand to be able to export into JPEG XL.
Also refactor the code a bit to be able to use the target size calculation more easily in (future) other modules as well.
Also change the Settings infrastructure to send a Signal when a setting is changed.
Also rename CustomRectItem to MarkingItem
Also refactor a bit to use QSize instead of a simple tuple
Also fix a little bug when the first image hasn't been loaded yet.
Also little fix of instruction order when an mouse drag operation filters an image away
… it out of the filter. Little bug fixes for export. And clean up of unnecessary lines.
Also remove a few unneeded lines
Plus a little robustness fix
Fix context menu display on markings Respect "insert space after tag separator" for export
…that support transparency.
…ticaptioning can be used with the civitai trainer as well
… option to sort them to the end
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See also jhc13#353