Tagged Questions
12
votes
8answers
14k 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 ...
11
votes
3answers
4k views
How to create a layered PSD file from command line?
I need to create a layered PSD file with ImageMagick or any other command-line tool available on Linux platform. Since I need to do this on Linux server, I can't use Photoshop scripting.
The ...
6
votes
5answers
3k views
Best Way to Convert PSD to CSS/HTML File?
I'm working to convert a Photoshop PSD to a HTML/CSS web layout. I know there are some tricks to doing this quickly, I just don't know what they are. The question is, do you?
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
507 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
87 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
5answers
162 views
Learning to go from PSD to HTML/CSS [closed]
I'm a programmer (in case some people believe otherwise), I built a web application using my tools of choice, which are not relevant to this question. I have some raw HTML and almost no CSS in the ...
1
vote
1answer
372 views
how to know about the font information in a psd file?
I have this psd and trying to convert it to html css. But only thing I can't determine is what font they used in the psd? How can i find out about the font information?
1
vote
0answers
34 views
Site to buy and compare logos [closed]
Along time ago i stumbled on a site that lets you offer a job to every designer on the site and they all show the logos they have made for you, and you decide which one you like best and pay.
Do any ...
0
votes
0answers
35 views
How to save psd layers in png using PSD-plugin for Paint.NET?
How to save psd layers in png using PSD-plugin for Paint.NET?
Trying to do this way:
System.Drawing.Image img;
var stream = new System.IO.MemoryStream();
var BRW = new ...
0
votes
1answer
48 views
Getting animation information from PSD file?
I have been looking through Adobe's File Format Specification for PSD (Photoshop files) and cannot figure out where the details of animation are stored. I am looking for things like looping setting ...
0
votes
1answer
76 views
Reading an RLE-compressed Layer of a Photoshop (PSD) File
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.
Right now, I'm ...
0
votes
0answers
592 views
extract PSD layer content
Can anyone advise on how I might best solve my "little challenge"?
assume someone created a (not overly complex) design in a layered PSD file.
the PSD has various LAYERs with given LAYER NAMES ...
0
votes
2answers
40 views
photoshop question: clicking on subject shows on which layer it is
I can't find it anywhere;/ Do you guys know where I can change this option in photoshop? What I mean is:
we've got psd document with blue, red, yellow dots. Every dot is on separate layer:
Layer ...
0
votes
1answer
658 views
looking for java library to work with PSD format
I'm looking for a java library to work with PSD format(Photoshop). Any ideas?
-2
votes
1answer
101 views
PSD to XHTML/CSS Conversion [closed]
If I have a psd and trying to figure out what is the best diminsions to use for the html conversion what would be best. Just do the psd image size?
I have my site and the page to what my image should ...