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
4
votes
2 answers

converting PSD to HTML

I got a hold of some PSD files that by designer created. They contain buttons and sliders and other web UI elements. How do I convert parts of the PSD to CSS/web elements? The PSD was properly created in order to be able to do this. I also have an…
Raiders
  • 151
  • 8
4
votes
2 answers

PSD.js Font Colour Codes Make No Sense

I know this question has been asked here already but there hasn't been any answer that make sense and the developer is a nightmare to get hold of. Using PSD.js the colours for text characters don't match RGB, RGBA or CMYK, there are 5 numbers in the…
Glen Elkins
  • 867
  • 9
  • 30
4
votes
2 answers

Implementing PSD processing in web (like in society6.com)

Is there a Windows server with Photoshop running that process all these templates? It just happens too quickly. How did they achieve that? I've been looking for the answer for quite a long time and didn't find anything worthy.
Michael
  • 177
  • 1
  • 1
  • 10
4
votes
1 answer

How to export all layers in PSD file to PDF vector to use asset catalog in Xcode 6

As far as I know, Apple has new approach to create images for 3x called PDF vector image.I have a PSD file (with multiple layers for many icons) and now I want to export all layers to pdf vector image to use asset catalog. I also refer this tutorial…
NTNT
  • 541
  • 1
  • 7
  • 18
4
votes
3 answers

Generate single thumbnail for Photoshop *.psd files

I want to generate one single JPEG image file for PSD formats using any software. I tried ImageMagick but it's converting every layer into different images. I also tried exiftool. It got converted to one single image but quality is very bad. This…
Shilpi Agrawal
  • 153
  • 1
  • 15
4
votes
3 answers

Applying Photoshop PSD template for Android

I have found a lot of Photoshop PSD or UI templates for Android on Internet, however I don't know how can I use them to change my Android application UI. My question is: Can we use these PSD template files as UI for app or those PSD files are just…
user2498079
  • 2,872
  • 8
  • 32
  • 60
4
votes
1 answer

Find layergroup of a specific layer in photoshop with javascript

Is any way to retrieve the name of a layer group only for the name on a inner layer? I ask this because I'm trying to trim all the content of a folder with a specific layer inside. Can I get any help please?
ozonostudio
  • 119
  • 2
  • 6
  • 13
4
votes
2 answers

Prevent HTML code from being stolen

I am showing a demo of PSD to HTML to my client. I want to upload the HTML document with CSS files and images in my server to show the demo to the client. I am afraid if he will copy the HTML code. Is there any way to decode / encode the html code…
harishannam
  • 2,747
  • 3
  • 30
  • 39
4
votes
1 answer

Convert psd to png giving via imagemagick giving garbage output

I'm trying to run convert over a psd to create a png per layer. Running $ convert psdname.psd output.png creates the right number of pngs, but the content is totally garbled - like horizontal lines running across the…
gone
  • 4,342
  • 2
  • 24
  • 29
4
votes
1 answer

The designer has given me the PSD. Now, how do I create my android layout?

My designer has given me the following layout (a little bit changed to protect my business :) Now, I am facing a lot of doubts as how I can incorporate every element to my android layout. As you can see, the background has a light noise to it. I…
Felipe Caldas
  • 2,492
  • 3
  • 36
  • 55
3
votes
3 answers

Android Design UI Element PSDs

About to start on designing an Android 4.0 app, and need to develop mockups for our client. The images on Android Design (http://developer.android.com/design/index.html) are great, but it'd be awesome if we could get our hands on PSDs of those…
David Ryan
  • 31
  • 2
3
votes
5 answers

How should I convert this PSD to HTML & CSS Menu

I'm trying to convert this PSD to HTML with CSS. And this is what I've got so far (using CSS3). But I've no idea how to put a divider between the menu items. Any ideas? EDIT: Seems example images aren't showing. So here they are. The PSD…
Ye Myat Aung
  • 1,783
  • 11
  • 31
  • 49
3
votes
2 answers

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.
a537708
  • 31
  • 1
  • 2
3
votes
2 answers

Convert JPG to HTML

I am quite new to web development so I wanted to ask people here if there exists any software which can convert JPG/PSD to its respective HTML/CSS equivalent? I am not looking to embed the image in the HTML but want HTML/CSS source which will be…
saarthak
  • 1,004
  • 2
  • 12
  • 26
3
votes
1 answer

Automating Simple Photoshop with Python

The business I work for creates laser engraved custom products. The engraver machine requires files to be in the psd format. Our website enables users to select a template and enter in what text they want. After they order, one of our workers opens…
jon_groth34
  • 43
  • 1
  • 2
  • 6
1 2
3
25 26