Tagged Questions

1
vote
1answer
73 views

php opening a psd file

I apologize that this isn't so much a programming question as it is a general information question. I do know C and C++ as well as my web languages, but I ran across a php class that extracted a .psd ...
1
vote
2answers
241 views

Work with PSDs in PHP

I was recently asked to come up with a script that will allow the end user to upload a PSD (Photoshop) file, and split it up and create images from each of the layers. I would love to stay with PHP ...
0
votes
1answer
323 views

Get the metadata of PSD file

I want to fetch the metadata of a PSD file in PHP with ImageMagick. I only know how to do this for JPEG or other images types (exif, iptc and so on) but don't know how to read the metadata of a PSD ...
0
votes
1answer
238 views

PHP: Get the position (x, y) of the layer of PSD file

I am using Imagemagick with PHP and want to get the position of the layer (x,y) but dont know how. I read the PSF file in PHP and read every layer in it like this: for ($i = 0, $num_layers = ...
-1
votes
1answer
80 views

how does psd2cssonline work? what executable file can do this? [closed]

have you heard of psd2cssonline.com ? it converts a psd file to a website with css and html in it. through a website. what i'm wondering is if there is such a file that can do this? their obviously ...