Search found 3 matches
- 2011-01-20T08:21:03-07:00
- Forum: Users
- Topic: Trouble setting RGB color depth
- Replies: 5
- Views: 12275
Re: Trouble setting RGB color depth
Thanks for the detailed replay. I understood everything up to where you mention QuantumScale. I don't see a way to get this floating point value. QuantumRange is defined in magick-type.h, but I couldn't find mention of it in the documentation or looking through the includes. I did however come ...
- 2011-01-19T21:03:13-07:00
- Forum: Users
- Topic: Trouble setting RGB color depth
- Replies: 5
- Views: 12275
Re: Trouble setting RGB color depth
Hello, The output of "convert -version" was: Version: ImageMagick 6.5.1-2 2010-01-06 Q16 OpenMP http://www.imagemagick.org Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC I didn't compile IM myself, just using the RPM(s) that Fedora 11 ships with. Is there anyway to find the Quantumlevel ...
- 2011-01-19T19:52:43-07:00
- Forum: Users
- Topic: Trouble setting RGB color depth
- Replies: 5
- Views: 12275
Trouble setting RGB color depth
Hello and good evening, Relatively new to using the Magick++ API and I'm running into problem setting the RGB color depth of an image I'm reading in. The image is 24 bit encoded RGB, but the Magick++ API is returning pixel values that are 48 bit encoded. Below is an example of what I doing; image ...