[magick-users] How can I use ImageMagick C API to get the Identify of Image such as Format and Geometry

duc.sequere.aut.de.via.decede at imagemagick.org duc.sequere.aut.de.via.decede at imagemagick.org
Mon Feb 16 13:40:37 UTC 2009


>   I got a C++ API question.  I just wander if the ImageMagick provided a
> C API that can get the Identify of the image

ImageMagick provides a C++ API called Magick++.  Use image->ping() and 
access the image columns, rows, filesize, and format with columns(), rows(), 
fileSize() and format().  The MagickWand and MagickCore API's have similar
methods.


More information about the Magick-users mailing list