JacobDev1 / xl-converter

Easy-to-use image converter for modern formats. Supports multithreading, drag 'n drop, and downscaling.

Home Page:https://codepoems.eu/xl-converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

downscaling should not upscale for smaller images

KonradJuenger opened this issue · comments

when a custom downscale algorithm is selected, downscaling increases the image size when the image is smaller then the requested max size.

Hi,

I've identified and fixed the bug. 40aeb43

One of the ImageMagick parameters was incorrect.

Thanks for the bug report.