Read Layer Name
Posted: 2009-09-14T13:45:19-07:00
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?
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?