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...

@fastidious@arrakis.netbros.com Ok ๐Ÿ‘Œ

โค‹ Read More