How to set custom quality when resizing on command? #123
-
Hi, I use ImageSharp to generally optimize any image a user uploads, for example, their profile photo. In the first photo, the photo was resized to 512x512 and setting the Jpeg quality to 80%. The second picture was dynamically resized to be 100px high, and, as you can see... the quality isn't the greatest. I noticed this with ImageSharp in general when making thumbnails, which is why I usually set the quality higher for thumbnails and, in some cases, apply GaussianSharpenProcessor(2). So, is there a way I can set the quality of the image served dynamically? Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
ImageSharp or ImageSharp.Web? |
Beta Was this translation helpful? Give feedback.
-
This functionality now exists in V1. Thanks everyone! |
Beta Was this translation helpful? Give feedback.
This functionality now exists in V1. Thanks everyone!