Snippets
psd layer ( Anthony 28/6/2008 )
Working on one psd layer. Layer [0] contains the full image and the other layers e.g. text layer will have a different index.
IM code:
<?php
exec("convert input.psd[0] output.jpg");
?>
psd layer ( Anthony 28/6/2008 )
Working on one psd layer. Layer [0] contains the full image and the other layers e.g. text layer will have a different index.
IM code:
<?php
exec("convert input.psd[0] output.jpg");
?>