About convert images into one Layered PSD file
Posted: 2008-10-30T21:06:45-07:00
Hi guys !
Image Magick is capable of make one PSD file from images by :
convert somefile01.gif somefile02.gif blah.gif destination.psd
But the problem is the the destination.psd doesn't seem to keep the images as its layers, I guess the default method is to make images into composite images to make something like an animate gif, but I just want to make a psd file withs layers backed by the images.
I tried to view destination.psd by Photoshop but useless, PS saying something like "There are problem reading layers", view composite image ?"...
If I use some program to parse the destinatioin.psd file into layer images, I noticed that the color of layer images ( except the first layer image ) is not correct ( I set all the Layers with black and white color and I received a green picture of the same sharp of the >= 2nd layers).
Thanks in advance for any advices. I m completely lost .
Image Magick is capable of make one PSD file from images by :
convert somefile01.gif somefile02.gif blah.gif destination.psd
But the problem is the the destination.psd doesn't seem to keep the images as its layers, I guess the default method is to make images into composite images to make something like an animate gif, but I just want to make a psd file withs layers backed by the images.
I tried to view destination.psd by Photoshop but useless, PS saying something like "There are problem reading layers", view composite image ?"...
If I use some program to parse the destinatioin.psd file into layer images, I noticed that the color of layer images ( except the first layer image ) is not correct ( I set all the Layers with black and white color and I received a green picture of the same sharp of the >= 2nd layers).
Thanks in advance for any advices. I m completely lost .