Search found 3 matches
- 2013-02-27T19:38:20-07:00
- Forum: Developers
- Topic: property QuantizeDither
- Replies: 0
- Views: 4283
property QuantizeDither
What the property QuantizeDither means, what happens if I set it to false, or vice versa?
- 2013-02-27T11:04:19-07:00
- Forum: Developers
- Topic: Help me with JPEG settings
- Replies: 3
- Views: 4316
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.
What is IM, and what options have direct affect on the image quality of the jpeg?
Thanks.
- 2013-02-27T06:03:25-07:00
- Forum: Developers
- Topic: Help me with JPEG settings
- Replies: 3
- Views: 4316
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 ...