Page 1 of 1

How to check if image has layers (MagickCore/MagickWand)

Posted: 2008-04-10T04:14:33-07:00
by nsh
I'm trying to find function to just check if image has layers,
(found deprecated function ClipPathImage, but that checks for ClipPaths . . .)

for example, i have a PSD file, and just want to use MagickCore/MagickWand to check if image has layers or not.

what function can i use for that ?