So i was troubled with how to open and display a psd file with PHP’s imagick component. I came to the following result, apparently imagick imports all the layers, and by using the image iterator, you can go through them. The iterator index 0 is the whole image merged together. By using this simple code,…