Poor .jpg image quality in batch swap (with solution) #203
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After a bit of detective work, I found that
swapper.pyhas the following:But it seems the default quality level for .jpg files is very very low (maybe 60?). If you don't mind hard-coding quality levels, you can try something like:
Othewise you'll have to modify the batch menu to include a quality setting, which shouldn't be too hard.