FuzzyIdeas / Clop

Clipboard optimizer for macOS
https://lowtechguys.com/clop
GNU General Public License v3.0
520 stars 23 forks source link

Is Clop reducing the image quality? #2

Closed ggrelet closed 1 year ago

ggrelet commented 1 year ago

Couldn't find the answer neither here or on your website.

Awesome app, btw!

alin23 commented 1 year ago

It depends on the image. For example PNG compression is lossless, but if you have a PNG in a deeper colorspace than sRGB (like a HDR screenshot or something), then Clop will reduce it to sRGB and the colors can look more faded.

JPEGs are lossy by definition and any further encode will reduce the quality (but Clop tries to keep it 99% similar).

GIFs, well they don't look that good anyway, there's not much you can do to compress and keep their quality the same.

ggrelet commented 1 year ago

Thanks for the answer. I'm closing this issue. Maybe consider adding a FAQ to the project?

alin23 commented 1 year ago

Yep, when I'll have time for it, I'll add an FAQ. This was the first time this question was asked so I had no "frequently" asked questions yet 😅