identify -format %n %r

MagickWand for PHP is an object-oriented PHP interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning MagickWand for PHP.
Post Reply
vav

identify -format %n %r

Post by vav »

Hi,
Which magickwand functions should I use to get the same information as

Code: Select all

identify -format %n %r
%n is number of scenes and %r is image class and colorspace.
Thanks
Post Reply