Tagged Questions

12
votes
8answers
15k views

Using a CMYK PSD without Photoshop

I have run into a common, yet difficult problem. I do not use Photoshop for image manipulation. Since all my work is web-based, GIMP does what I need in 99% of the situations. The problem is that I ...
3
votes
5answers
3k views

Editing Photoshop PSD text layers programmatically

I have a multi-layered PSD, with one specific layer being non-rasterized text. I'm trying to figure out a way I can, from a bash/perl/python/whatever-else program: load the PSD edit the text in ...
2
votes
2answers
419 views

Python PSD layers?

I need to write a Python program for loading a PSD photoshop image, which has multiple layers and spit out png files (one for each layer). Can you do that in Python? I've tried PIL, but there doesn't ...
2
votes
1answer
215 views

Python read multilayer PSD?

Can you read a multilayered PSD image with Python? Ive tried PIL, but it only seems to access the first layer. Another problem is the result is black if the layer was set to "hidden" in the program.
2
votes
2answers
580 views

psd file format

I am attempting to find documentation of the psd file format so I can read in a .psd and then save out the individual layers as files, along with do other modifications. Does anyone know of any ...
1
vote
2answers
103 views

I'm looking for a way to convert PSD format to something Gimp can read

I have a bunch of PSD files (and more to come) and I want to get them into a format I can work with. I have had (some) success reading PSDs with Gimp before but these files won't read properly. Is ...
1
vote
1answer
95 views

PIL - empty PSD image

I'm trying to load this PSD image with Python Imaging Library. http://www.2shared.com/photo/JjSY7dN-/BG1.html I'm not very familiar with layered images. Can someone check to see what's the issue? The ...
0
votes
2answers
153 views

Check in - Check out process/version control for PSDs and Image files

The title may not be so clear but the issue I am facing is this: Are designers are working on large photoshop files across the network, this has a number of network traffic and file corruption issues ...
0
votes
2answers
346 views

What graphic format can I use for layers?

I need to be able to take multiple images and save them to a file that can then be read by a graphics program like Photoshop or Illustrator and edited. I need to be able to do this in a C#/.Net ...