I've obviously missed the memo...
How do you select the compression quality when writing out to JPG when using the Magick++ APIs?
I've noticed that all of the JPGs I'm writing out are using 18:1 compression. No wonder I have more artifacts than the British Museum.
Thanks!
-- Bob
How to adjust JPG quality using Image::write() in Magic++
-
- Posts: 31
- Joined: 2007-11-23T15:34:51-07:00
Re: How to adjust JPG quality using Image::write() in Magic++
Use quality() to set the image compression (e.g. image.quality(92)).
-
- Posts: 31
- Joined: 2007-11-23T15:34:51-07:00
Re: How to adjust JPG quality using Image::write() in Magic++
That's simply too easy... can you make it really difficult and perplexing? Perhaps requiring several hundred lines of assembler code? I was looking over the Magick++ documentation for a while and must have totally spaced out.
Thanks!!!
Thanks!!!