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

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
nsh
Posts: 27
Joined: 2006-05-16T01:52:23-07:00

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

Post 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 ?
Post Reply