Doubt about quantum depth

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
naoliv
Posts: 110
Joined: 2007-12-10T18:54:27-07:00
Location: Brazil

Doubt about quantum depth

Post by naoliv »

Hi!

Just a doubt: when we use --with-quantum-depth=, we are defining the default quantum depth or the maximum depth that ImageMagick will be able to deal with?

Thank you!
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Doubt about quantum depth

Post by magick »

The quantum depth is the depth ImageMagick uses internally. All image formats are scaled to the quantum depth. It is only a maximum depth if HDRI is not defined. If you recall, HDRI permits pixels outside the the quantum depth range (e.g. 0..65535 for Q16).
Post Reply