Find out quantum depth dinamically

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
vladimir_ff
Posts: 18
Joined: 2011-11-18T05:12:05-07:00
Authentication code: 8675308

Find out quantum depth dinamically

Post by vladimir_ff »

Is it possible to find out quantum depth dinamically? (C++)
MAGICKCORE_QUANTUM_DEPTH is not dinamyc way
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Find out quantum depth dinamically

Post by magick »

Use MagickCore::GetMagickQuantumDepth() to dynamically return the quantum depth of ImageMagick.
vladimir_ff
Posts: 18
Joined: 2011-11-18T05:12:05-07:00
Authentication code: 8675308

Re: Find out quantum depth dinamically

Post by vladimir_ff »

Thanks! That's what I need.
Post Reply