I am using Imagemagick with PHP and want to get the position of the layer (x,y) but dont know how.
I read the PSD file in PHP and read every layer in it like this:
for ($i = 0, $num_layers = $im->getNumberImages(); $i < $num_layers; ++$i) { ...
I am using Imagemagick with PHP and want to get the position of the layer (x,y) but dont know how.
I read the PSD file in PHP and read every layer in it like this:
for ($i = 0, $num_layers = $im->getNumberImages(); $i < $num_layers; ++$i) { ...