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 seems lilliput's algorithm for compressing PNGs is causing them to become noticeably desaturated compared to the original image. I also tested Google's Hangout's compression algorithm which didn't result in desaturation (incidentally lilliput's file size is also ~25% larger than Google's)
Examples
Original image (105 kb):
lilliput compression (via Discord) (95 kb) (notice how the red and green are desaturated vs the original):
Google compression (via Google Hangouts) (76 kb):
The text was updated successfully, but these errors were encountered:
@2chen I understand this issue was filed a long time ago, sorry for the (very) late reply.
Lilliput did not preserve ICC color profile data at the time you reported this issue. It's possible that the behavior you saw was due to the resulting image lacking color profile info.
We have since fixed that issue with PR #156 , and will propagate ICC color profile data when possible.
It seems lilliput's algorithm for compressing PNGs is causing them to become noticeably desaturated compared to the original image. I also tested Google's Hangout's compression algorithm which didn't result in desaturation (incidentally lilliput's file size is also ~25% larger than Google's)
Examples
Original image (105 kb):
lilliput compression (via Discord) (95 kb) (notice how the red and green are desaturated vs the original):
Google compression (via Google Hangouts) (76 kb):
The text was updated successfully, but these errors were encountered: