1
vote
1answer
53 views

Photoshop export layers to png but with specific background layer

I have a psd with ~400 Layers which contain semitransparent images and one layer with a solid color. I want to export those layers to png8 and want that layers to have that solid background. I can ...
1
vote
1answer
121 views

Exporting photoshop layers to PNG in cs6

I've seen the response here, but the built-in script is excruciatingly slow (I let it sit for 3 hours before giving up) and the custom one in the response thinks there's only one layer (and only ...
2
votes
1answer
37 views

How can i change height size without any deterioration?

I have a PNG, not PSD. It's size 29 x 126 but i want change this to 29 x 220px. What is good solution for this? Image: http://imgur.com/l2IENUH
1
vote
0answers
27 views

photoshop cs5 export layers to files issue

Hey i dont ussually work with photoshop, but i have many layers that i need make as PNG. I run that script, uncheck "visible layers only". And what i see in output folder is very weird. Its total ...
2
votes
2answers
113 views

Photoshop: How to use a non-white background as the basis for semitransparent layers in PNG8 export?

PNG8 is a great compressed format when we don't really need semi-transparency. Often an asset will have semi-transparency data that we're happy to lose in the export process, however Photoshop ...
2
votes
2answers
102 views

Size and transparency differences when saving PNG by different methods

I'm exporting PSD layers to PNGs for a game's texture atlases. When I'm doing Copy -> New File (RGB 8-bit) -> Save As PNG, the resulting PNG is quite heavy and Finder shows white background ...
2
votes
3answers
139 views

How to paste PNGs keeping the original transparency

Is there a way to directly paste PNG images in Photoshop and keep their transparency? I don't mean dragging them, but directly pasting from, for example, a browser. Transparency is always replaced by ...
2
votes
4answers
1k views

export layers with bleding options and shadow to PNG format using photoshop

I have iphone/ipad app design as PSD file, Most of layers in this file are linked with shapes in order to support retina display. Each shaped layer has blending option like outer glow or external ...
4
votes
5answers
411 views

Convert foreground motif to degrees of transparency?

I have a 24-bit PNG where the motif is a subtle pattern. The pattern itself is in light greys, i.e. the background color of the PNG is #eee and the pattern is in a range of slightly darker greys. I ...
2
votes
4answers
1k views

How to automate exporting multiple PNG with different size from Photoshop? for Android

I have a PSD file with 96x96 resolution. Now I want to save this as four PNG files with different resolutions such as 36x36, 48x48, 72x72, 96x96. Instead of adjusting the image size manually 4 four ...
2
votes
2answers
3k views

32 Bit PNG's won't save as png?

Just for some background knowledge. I am absolutely terrible with graphics, but I attempt anyway. I am trying to create a dead simple graphic for my Android APplication while trying to follow the ...
1
vote
2answers
417 views

Remove background from a shadow effect

I have the following image: It is a shadow effect created in Photoshop. I need to have that black shadow with transparent background in order to be used with different background colors. The ...
1
vote
3answers
1k views

Photoshop saves PNGs with less quality

I have a 2000x1500 image created with Photoshop CS6 Extended. When I save images in different formats for re-use in other programs, e.g. PNG, the image quality will suffer. I have nice basic gradiants ...
2
votes
1answer
319 views

is PNG-24 being converted to PNG-32 in Photoshop?

when i save an image in Photoshop as a PNG-24 with trans on, does PS actually convert that to PNG-32 but not tell me about it?
0
votes
1answer
239 views

PNG Files all place larger than saved in Photoshop

I am saving 3 different file sizes of PNG's (1" x 2", 2" x 3", 3" x 4"). When I place them all in Indesign or MS Word they are all the same size. All of them show up in their folder as different ...
1
vote
1answer
318 views

How do I breakdown a PSD Background To Tileable layered elements

I'd like to create a scaleable multi-resolution web effect similar to iBooks and started by building on this tutorial. The problem is with the background image: As you can see it has two masks on ...
0
votes
1answer
600 views

What's wrong with this PNG [duplicate]

Possible Duplicate: Why can't Photoshop properly open this PNG? If I save this PNG file on my machine locally: And then open this file in Photoshop (CS5 12.0.4 x64 on Windows 7) it ...
5
votes
1answer
937 views

PNG32 vs PNG24 vs PNG8

I thought there is only PNG8 and png32, but photoshop has option for PNG24, and fireworks has all 3 options. Which is better for web world? Also when I export PNG24 with alpha transparency in ...
6
votes
4answers
4k views

Why can't Photoshop properly open this PNG?

When I try to open this image in PS (CS5) I get red rectangles around the parts of the image that are not transparent. If I copy the image and paste it in PS I get the contents of the image, as seen ...
1
vote
1answer
678 views

Export to multiple PNGs from a single PSD

I don't anything about graphic design so please bear with me. I bought an icon set and it included the psd for the icons. I change the color of the icons and now need to export all the icons to ...
1
vote
3answers
634 views

Photoshop saving for png result unexpected

I have multiple layers with particular parts of products with Multiply applied and different opacity but when I try to save the image in png with transparency it seems like those layers which I used ...
10
votes
3answers
7k views

Is there a faster way to save all layers in PSD to PNG?

I'm trying to export all 155 raster layers, each 240*240 in pixels, to separate png files, but it takes ages to do that using CS5 "File > Scripts > Export Layers to Files". This script creates new ...
3
votes
2answers
9k views

How to save Photoshop file with for web with partial transparency over transparent background?

I have an image in my program which I want to superimpose against a background. However, the image will move around and I need the background image to remain in place while the front image moves. ...
3
votes
2answers
16k views

Photoshop: Animated PNG?

Photoshop CS5 doesn't seem to natively support saving image as APNG even tho few of the major browsers already support it. Are there any export plugins or such available for Photoshop?
4
votes
3answers
1k views

How do i convert a color transparent PNG to white (not B&W) transparent PNG?

I'm trying to create two states for an image. I have a color transparent png icon and I need a duplicate of it that is a 'white' transparent png. This will be used in for a mouseover effect in CSS ...