Search found 3 matches

by idanshechter
2013-02-27T19:38:20-07:00
Forum: Developers
Topic: property QuantizeDither
Replies: 0
Views: 4157

property QuantizeDither

What the property QuantizeDither means, what happens if I set it to false, or vice versa?
by idanshechter
2013-02-27T11:04:19-07:00
Forum: Developers
Topic: Help me with JPEG settings
Replies: 3
Views: 4165

Re: Help me with JPEG settings

Thanks for your reply,

What is IM, and what options have direct affect on the image quality of the jpeg?

Thanks.
by idanshechter
2013-02-27T06:03:25-07:00
Forum: Developers
Topic: Help me with JPEG settings
Replies: 3
Views: 4165

Help me with JPEG settings

I am using http://imagemagick.codeplex.com/ in my asp.net project. I am resizing and saving JPEG images exported from Photoshop and upload them to a CDN after doing as follows: testimage.Compression = CompressionType.JPEGCompression; testimage.Filter = FilterType.LanczosFilter; testimage.Quality = c...