tgjones / dynamic-image

DynamicImage is a high-performance image manipulation library for ASP.NET
http://dynamicimage.apphb.com/
Other
145 stars 34 forks source link

How to set image quality #24

Open harjit-neo opened 9 years ago

harjit-neo commented 9 years ago

Hi,

Can you please tell us how to set the quality parameter while using dynamic image.

Kind regards,

tgjones commented 9 years ago

If the output image format is Jpeg, you can set the JpegCompressionLevel on the Composition.

(Looks like that's missing from the fluent API, but you can still set it via the underlying API.)

On 22 Dec 2014, at 16:30, harjit-neo notifications@github.com wrote:

Hi,

Can you please tell us how to set the quality parameter while using dynamic image.

Kind regards,

— Reply to this email directly or view it on GitHub.