Searching twtxt.net

Twts matching tag=4gwsfoa
In-reply-to » @fastidious On the loss of quality on image processing / resizing... I think it might have something to do with the resampling that occurs during the resize operation. On the backend yarnd we use the gift library for most processing (mostly just Resize() and ResizetoFit()). PNG itself is a lossless image format with selectable compression levels depending on output size and decode speed, so I think the culprit is the resampling...

I’m not an expert though in resampling algorithms when it comes to resizing images. So I’m not really sure whether the Resampling we use gift.LanczosResampling is the best choice here 🤔

⤋ Read More