Page 1 of 1

Read Layer Name

Posted: 2009-09-14T13:45:19-07:00
by broscott
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?

Re: Read Layer Name

Posted: 2009-09-15T02:47:59-07:00
by Bonzo
Check out this page and there may be something you can modify: http://www.rubblewebs.co.uk/imagemagick ... readin.php