A lossless raster graphics format, primarily designed for displaying images on the internet or via digital delivery. This format supports transparency. There are 2 formats for PNG image. PNG8 uses a 2bit alpha channel to render transparency similar to GIF images. This means a pixel within the image ...
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 ...
1
vote
4answers
795 views
Transparency in swf file created using png image
I have some text with transparent background and I imported this png image to flash. Now when I create a swf file, it doesnt show me transparency. I tried using wmode parameter as transparent in the ...
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 ...
1
vote
2answers
1k views
Problem with colors when uploading images
I'm having problems uploading a png file to the web. The problem is that it distorts the color of the image.
The image is a trademark and uses a PANTONE color. I think this could be the problem ...
2
votes
4answers
3k views
Change the color of an image in a website
I have this image in my website, is a png:
I want to know if there is any way with HTML5, javascript or css to change the color of the image. Or at least make the image change to white (invert ...
9
votes
4answers
4k views
What's the point of converting RGB images to CMYK TIF/TIFF before placing them in InDesign?
Currently we receive CMYK TIF/TIFF images of photographs from our design agency (who get them from the photographer). Our in-house designers then place them in InDesign for posters and magazines, or ...
2
votes
4answers
4k views
What's a easiest way to convert a jpg image with white background into png with alpha channel?
example jpg: http://images.nike.com/is/image/DotCom/404128_010_A
Ideal png result: http://images.nike.com/is/image/DotCom/404128_010_A?fmt=png-alpha
2
votes
1answer
188 views
Scale2x utility for Mac OS X?
Is there an already compiled utility for the Scale2x utility for Mac OS X? I've found source code but I'm looking for a utility that is already built.
0
votes
1answer
410 views
What is the role of PNG versus Quartz 2D in iOS? [closed]
Why not draw everything in Quartz 2D or import only PNGs? In what situation would someone use both Quartz 2D and PNGs in an application?
3
votes
7answers
2k views
Colors in PNG inconsistent between Windows and Mac
I have a PNG file on my Windows machine of a proposed logo that someone sketched out in PowerPoint. I am tasked with making a master version in Illustrator, and then saving various copies for web use, ...
0
votes
1answer
776 views
Can't see alpha channel in png using GIMP
I created an RGBA image as png file using Blender. When opening image with GIMP, not everything is visible.
Here's the original png file created with Blender:
Here how does it looks in GIMP:
...
4
votes
4answers
501 views
PNG vs GIF for 1 bit transparency
Is there any reason for using GIF instead of PNG when the image requires only 1 bit transparency (either on or off) and of course no animation is required?
thanks
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. ...
2
votes
5answers
417 views
gif vs png transparency issues
I am going to use an image for my header which should to transparent..i thought of using PNG but a bit worried about its transparency issues .. So is there any solution?
Its a two image header where ...
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?
2
votes
1answer
3k views
save a slice in png format adobe illustrator
very new to the world of designs!
i am slicing images from .ai file, how can i save the sliced images in png format. It only gives me the option to save as .jpg
can anyone help me?
7
votes
3answers
3k views
Can I create a PNG from InDesign?
I usually have to export my InDesign file into an eps, then convert it to PNG in illustrator. Does anyone know an easier way?
11
votes
3answers
2k views
Should I Save Images Intended for the Web as PNG or SVG? [duplicate]
Possible Duplicate:
What web graphics formats to use?
When exporting out images intended for websites, should I save it as PNG (Transparent background) or a SVG? Why?
3
votes
3answers
290 views
How to export PNG to be compatible with all browsers
I recently found our that some PNG files render a slightly different shade of color in Safari. (I think this is because Safari can't render PNG Gamma channel properly or what).
How do I export the ...
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 ...