How to modify width without upscaling? (not Fit)
elfeffe opened this issue · comments
Width works perfectly for me, it converts the image to the specified width, but I can't avoid upscaling.
I can just use fit to avoid it, but Fit will not make the images of the maximum possible width (and its respective height).
is there any function to prevent it? Or I have to extend the manipulations?