thephpleague / glide

Wonderfully easy on-demand image manipulation library with an HTTP based API.
http://glide.thephpleague.com
MIT License
2.55k stars 198 forks source link

How to modify width without upscaling? (not Fit) #319

Open elfeffe opened 3 years ago

elfeffe commented 3 years ago

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?