via Identify Verbose, my php echos back a laundry list, which includes layer names, dimensions, and coordinates.
I am using PHP exec lines.
<?php
echo "<pre>"; system("identify -verbose test.psd"); echo "</pre>";
?>
My question: How can I specify an item from this verbose list, i.e. "Label" to be returned to a variable?
Read Layer Name
Re: Read Layer Name
Check out this page and there may be something you can modify: http://www.rubblewebs.co.uk/imagemagick ... readin.php