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
It would be very useful if I could convert from a format like jpg to webp, with the lack of a function to convert between different formats the app has no use for me. I would be grateful if there was a day
I've been using Curtail to work on my JPEGs under Linux, and appreciate the recent addition of WebP compression/transcode.
In looking at compressor.py, I note that a number of cwebp options I use for single-file transcoding locally are absent.
My question is twofold:
My proposed additional options for cwebp (and accompanying explanation):
sharp_yuv
helps prevent color shift when the colorspace conversion happenspass 10
helps to ensure the best compression efficiency by iterating on the file 10 timesalpha_filter best
tries to do the best quality of prediction before compression on the alpha channelhint photo
tunes the encoder for my subject material (photographs) to help improve PSNRaf
is experimental, but tunes the filters automatically. Subjectively, this has been wonderfulpre 2
is a pseudo-random dithering which should help prevent artifactingThe text was updated successfully, but these errors were encountered: