Snippets - pdf and psd

Snippets index page

NOTE: Most of the IM snippets have been tested on IM version 6.3.5 There may be some differences if you are using the code on other versions.

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.

  1. <?php
  2. exec("convert input.psd[0] output.jpg");
  3. ?>

For more examples and information check out the main Imagemagick section.

pdf pages View

pdf quality View

psd layer View