Top "Png" questions

PNG (Portable Network Graphics) is an image file format designed to store raster graphics.

Chrome downloads PNG image links. I want them to open for viewing in a new tab. How do I make Chrome do that?

When I click on an image link right now, Chrome downloads the image instead of opening it. Even if I …

google-chrome file-io png mime-types
Create a transparent png file using PHP

Currently I would like to create a transparent png with the lowest quality . The code: <?php function createImg ($src, $…

php image png imagecreatefrompng
Does PNG support metadata fields like Author, Camera Model, etc?

When I click on the image>property>details of a PNG image in Windows many fields are missing …

png metadata jpeg exif
Is it possible to use transparency in an iPhone app icon?

I created a 57×57 circular icon (without shine) which has transparency outside of the circle for my app. I can successfully …

ios icons app-store png transparency
ImageMagick: Lossless max compression for PNG?

I'd like to achieve a maximum amount of compression when saving to a lossless PNG using ImageMagick. I'm doing batch …

imagemagick png imagemagick-convert libpng
MIME type warning in chrome for png images

Just ran my site in chrome and suprisingly it comes up with this warning for each of my .png images: …

image png google-chrome mime warnings
Java BufferedImage to PNG format Base64 String

I'm trying to get a screenshot output as a base64 encoded string but not getting very far. The code I …

java png base64 bufferedimage
Convert SVG to transparent PNG with antialiasing, using ImageMagick

I want to convert SVG images to PNG files with transparent background and anti-aliased edges (using semi-transparent pixels). Unfortunately I …

svg imagemagick png inkscape
When to use PNG or JPG in iPhone development?

I have an app that will display a bunch of images in a slideshow. Those images will be part of …

iphone ios png jpeg
Merging png images into one pdf file

How can I merge several .png files into one PDF file in Unix?

unix pdf merge png