Search found 4 matches
- 2011-02-10T09:58:05-07:00
- Forum: Magick++
- Topic: how get quantum depth information
- Replies: 2
- Views: 16622
Re: how get quantum depth information
The Magick++ API call to return the image depth is modulusDepth(): cout << image.modulusDepth() << endl; In this case on my box the compilator says: cimmg.cpp:391: error: ‘struct _Image’ has no member named ‘modulusDepth’ Maybe I have older version of Image Magick where Image is not a class. Thank t ...
- 2011-02-10T03:26:09-07:00
- Forum: Magick++
- Topic: how get quantum depth information
- Replies: 2
- Views: 16622
how get quantum depth information
Hello What function form Image Magick c++ API allows to get the information of number of bytes per color of the image. I thought that GetImageInfo() is designed for this purpose, however it "initializes image_info to default values". How get the true value eg. read the image header. Best regards Cuma
- 2010-11-19T12:37:44-07:00
- Forum: Users
- Topic: which library gives access to GetImagePixels function
- Replies: 3
- Views: 7043
Re: which library gives access to GetImagePixels function
I can't find the file lMagick.so I searched through the all .so files I could find: The files were gathered in following directories: /usr/lib/ImageMagick-6.3.7/modules-Q16/filters/ /usr/lib/ImageMagick-6.3.7/modules-Q16/coders/ Asking for the GetImagePixels gives no positive answer: nm - Ca *.so ...
- 2010-11-18T15:07:02-07:00
- Forum: Users
- Topic: which library gives access to GetImagePixels function
- Replies: 3
- Views: 7043
which library gives access to GetImagePixels function
Hello
I want to wrapp the C++ function which calls the GetImagePixels function declared in magick/image.h . I think that I need the name of shared library through which this function is accessed. If you know the name of this library please let me know.
Best regards
Cuma
I want to wrapp the C++ function which calls the GetImagePixels function declared in magick/image.h . I think that I need the name of shared library through which this function is accessed. If you know the name of this library please let me know.
Best regards
Cuma