You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I recently tried fluxgym and found out, that when down-scaling jpg-files they will be saved with 75% quality (compression) setting, which is the default in PIL when no parameter is given.
75% produces visible artifacts, so it should be saved lossless (e.g. PNG) or at least with 95% quality-setting.
The text was updated successfully, but these errors were encountered:
well, either edit the source-code (it should be just 1 additional parameter in the function call) or - what I did, save the source-images pre-scaled as png
Hi, I recently tried fluxgym and found out, that when down-scaling jpg-files they will be saved with 75% quality (compression) setting, which is the default in PIL when no parameter is given.
75% produces visible artifacts, so it should be saved lossless (e.g. PNG) or at least with 95% quality-setting.
The text was updated successfully, but these errors were encountered: