i have a psd that i am converting now to xhtml. the design开发者_开发知识库 is great and the coding is fun but the psd is full of lighting effects layers.
I\'m writing a program (in Python for now) for reading PSD files. I\'m using this specification: http://www.fileformat.info/format/psd/egff.htm
I\'m trying to load this PSD image with Python Imaging Library. http://www.2shared.com/photo/JjSY7dN-/BG1.html
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I am using Imagemagick with PHP and want to get the position of the layer (x,y) but dont know how. I read the PSD file in PHP and read every 开发者_开发百科layer in it like this:
I need to write a Python program for loading a PSD photoshop image, whi开发者_开发百科ch has multiple layers and spit out png files (one for each layer).
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 .ps
Closed. This question is off-topic. It is not currently accepting answers. 开发者_StackOverflow中文版
I\'m basing this off the official PSD File Format documentation I can read raw data just fine, and none of my files have ZIP compression. All I need is to get the RLE stuff to work.
I have various .PSD files that compo开发者_JAVA技巧se an interface. I am trying to learn GWT and GWT-Designer. Can anybody point me to a way to import those files with GWT-Designer so that I may code