Saving 32bit .png format instead of 64bit

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Bunkai.Satori
Posts: 9
Joined: 2010-10-06T04:05:37-07:00
Authentication code: 8675308

Saving 32bit .png format instead of 64bit

Post by Bunkai.Satori »

ImageMagick++ saves .png files (RGBA) with 16-bit channel depth, resulting in 64bit format.

How to force ImageMagick++ to save 32bit (RGBA) file format, please?

Thank you.
Bunkai.Satori
Posts: 9
Joined: 2010-10-06T04:05:37-07:00
Authentication code: 8675308

Re: Saving 32bit .png format instead of 64bit

Post by Bunkai.Satori »

tahnk you Immortal,

your answer helped me to find the correct information. I simply have to set Depth attribute for particular canvas in my application:
Thanks. Best regards.
Post Reply