Auto quantization during write

Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
Post Reply
martinKing71
Posts: 3
Joined: 2011-10-12T09:19:35-07:00
Authentication code: 8675308

Auto quantization during write

Post by martinKing71 »

Hi,

Is there a way to write out images and not have them auto quantized?

I'm splitting a large Photoshop file up into its individual layers and some of them are just grey scale layers and are automatically saved out as 8bit png's. I would like to save all the layers out as 24 / 32 bit files and control this myself - the reading library I'm using can read in 24/32 bit but not 8 bit.

Regards,

Martin.
Post Reply