Search found 4 matches

by ctyszkiewicz
2011-02-10T09:58:05-07:00
Forum: Magick++
Topic: how get quantum depth information
Replies: 2
Views: 15730

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 ...
by ctyszkiewicz
2011-02-10T03:26:09-07:00
Forum: Magick++
Topic: how get quantum depth information
Replies: 2
Views: 15730

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 r...
by ctyszkiewicz
2010-11-19T12:37:44-07:00
Forum: Users
Topic: which library gives access to GetImagePixels function
Replies: 3
Views: 6871

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 fo...
by ctyszkiewicz
2010-11-18T15:07:02-07:00
Forum: Users
Topic: which library gives access to GetImagePixels function
Replies: 3
Views: 6871

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