Questions tagged [psd]

The PSD file type is the default file extension of the proprietary file format of Adobe System's Photoshop program.

.psd (Photoshop document), the default file extension of the proprietary file format of Adobe System's Photoshop program. A .psd file stores an image with support for most imaging options available in Photoshop. These include layers with masks, color spaces, ICC profiles, CMYK Mode (used for commercial printing), transparency, text, alpha channels and spot colors, clipping paths, and duotone settings.

376 questions
9
votes
3 answers

looking for java library to work with PSD format

I'm looking for a java library to work with PSD format(Photoshop). Any ideas?
vkolodrevskiy
  • 599
  • 3
  • 7
  • 18
9
votes
4 answers

Using a background image on top of a background colour in CSS

I have designed a webpage in PSD and I am in the middle of converting it. Within my main content I have a solid background colour but I have a glow effect on a separate layer which appears on top of the background colour. I have a container that…
user1278496
  • 1,056
  • 6
  • 17
  • 34
7
votes
1 answer

How can I read psd file using php

I need to read PSD file into PHP code and get group layers and X-Y positions. How can i do it? I've heard of ImageMagick but never worked on it. If you guys have some links to get started please provide it to me.
Dipesh Parmar
  • 27,090
  • 8
  • 61
  • 90
6
votes
5 answers

Creating base PSD to design Android App UI for mdpi, 320/480px device

I'm starting my first Android Phone design work. I have some experience with iPhone, iPad design but Android is totally different, I'm even not sure how I should create my base template. Here is the device info I'm going to design. the app that…
designer-trying-coding
  • 5,994
  • 17
  • 70
  • 99
6
votes
6 answers

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 seem to be any method for accessing layers.…
Brock123
  • 183
  • 1
  • 3
  • 10
6
votes
2 answers

Convert PSD to Android XML (layout) Format?

I am coding an Android App for a research project at my institution, and have been working with a designer who has rendered some attractive UI mockups in Photoshop (using CS5). I'd like to implement her designs as layouts for my Android application,…
6
votes
3 answers

Creating a triangle in css with a gradient background

I am trying to create a triangle in css with a gradient background. I have not had any success as yet. Is there way to do this to bring off this effect seen in the image below. (The triangle that is attached to the Wrong password error box.) Design…
Joel Dean
  • 2,444
  • 5
  • 32
  • 50
6
votes
4 answers

Best size for PSD website Templates?

I have made some websites in Photoshop CS5, but I usually tend to just make them raw in notepad++. I normally make them live on the site, and edit the code and refresh the page to see the changes. I am wanting to move to the more professional method…
IncomePitbull
  • 302
  • 2
  • 4
  • 14
5
votes
1 answer

Calculating Bandpower of a Signal in Python

I have to calculate the bandpower of a signal for a certain vector of frequencies in python as a project. In MATLAB it can be done using p = bandpower(pxx,f,'psd') where pxx is Power spectral density vector and f, is a vector of frequencies…
tahsin314
  • 521
  • 1
  • 7
  • 22
5
votes
1 answer

How to create a psd layered file from multiple image in python

I need to create a psd file to merge several images into a single layered one. I saw that the gimp command line seems to be the only way to be able to do, but I would like to make this tool-independent. Would there be another solution ? For info I…
Pic
  • 105
  • 2
  • 10
5
votes
1 answer

Is there a way to export PSDs using AS3

Plead/Preparing for standard SO backlash This is a generic question I apologize as I'm not an SO "noob" and I realize this doesn't fit the format exactly, if you can suggest a better place for this query I'm all ears. If you choose to down vote or…
shaunhusain
  • 19,630
  • 4
  • 38
  • 51
5
votes
3 answers

Can I make this breadcrumb using css3?

I have been trying to make this PSD using CSS? So far I have reached this. Can I achieve this design using CSS3 or do I have to use old school background image method?
NativeCoder
  • 1,033
  • 1
  • 10
  • 16
5
votes
3 answers

good tool to slice PSD to CSS+HTML output

Is there any tool to slice PSD design that generates CSS+HTML (not excellent, but as a starting point). I hear that photoshop has some wysiwyg-editor that generates CSS+HTML output on sliced PSD, but didn't find anything. Or is there any good…
user1324420
  • 148
  • 2
  • 2
  • 7
4
votes
2 answers

How can I parse, manipulate, and save Adobe Photoshop files?

How can I write a script or program to manipulate Adobe Photoshop files? I'd like to be able to do something like read a Adobe PSD file, rename the layers, and save it back to a PSD format. The files look to be saved with a combination of XML and…
mark
  • 2,195
  • 1
  • 13
  • 8
4
votes
1 answer

Replace image in PSD file

fellow programmers! I'm trying to build a tool to replace an image within a .psd file. Atm I'm playing around with a PHP script that utilizes the imagick / ImageMagic extension. I'd be extremely grateful if somebody would help me in how to…
1
2
3
25 26