Tagged Questions

0
votes
0answers
59 views

where can i find a similar layout theme like basecamphq.com ? [closed]

how can i make a layout like that? basecamphq.com ? its very simple and clean. i would like to purchase it if anyone has similiar templates.
9
votes
3answers
903 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 scri …
0
votes
1answer
210 views

Circular Gradient and WPF

I need to replicate a circular (or angle) gradient from a Photoshop comp in WPF; so far I can only find linear and radial. Does anyone know if such a thing exists, or and easy way …
0
votes
3answers
242 views

PSD to HTML (with text) conversion

Hi, I just downloaded a website template that is in a .PSD form. I have made the changes via photoshop, setup the splices then clicked "Save for web devices". I export the web …
2
votes
5answers
802 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 …
3
votes
6answers
983 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?
2
votes
5answers
469 views

What tools are there to slice a PSD?

I regularly slice web designs provided in PSD format. As a site-builder, I don't need to create graphics—I only rearrange the layers, hide ones and show others, pick colors, widths …
0
votes
2answers
109 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 thi …
1
vote
2answers
2k 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 …
0
votes
3answers
156 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 lov …