Skip to main content

Questions tagged [png]

PNG (portable network graphics) is a popular image format that supports 32-bit colors and transparency.

Filter by
Sorted by
Tagged with
701 votes
5 answers
101k views

Why does this PNG image display differently in Chrome & Firefox than in Safari and IE?

Check this image out: On Chrome and Firefox it will show as a pear. Now, try to save it and look at it saved on your desktop. Also, try viewing in Safari or Internet Explorer. It will display as ...
ethree's user avatar
  • 3,739
294 votes
24 answers
220k views

Command-line application for converting SVG to PNG on Mac OS X

Are there any command-line programs that can convert an SVG to PNG that run on macOS?
Lorin Hochstein's user avatar
245 votes
13 answers
327k views

Batch converting PNG to JPG in linux

Does anyone know a good way to batch-convert a bunch of PNGs into JPGs in linux? (I'm using Ubuntu). A png2jpg binary that I could just drop into a shell script would be ideal.
nedned's user avatar
  • 3,282
191 votes
12 answers
144k views

How do I convert an SVG to a PDF on Linux

How do I convert an SVG (containing a few words of latin text and some simple vector graphics) to a PDF on Linux? I tried Inkscape 0.47 on Ubuntu Lucid, but it moves some sub-graphics randomly, and it ...
pts's user avatar
  • 7,380
176 votes
8 answers
63k views

How is PNG lossless given that it has a compression parameter?

PNG files are said to use lossless compression. However, whenever I am in an image editor, such as GIMP and try to save an image as a PNG file, it asks for the compression parameter, which ranges ...
pkout's user avatar
  • 1,911
152 votes
11 answers
162k views

How to convert a PDF document to PNG?

Is there a free way to convert a PDF document to a PNG image?
Raymond's user avatar
  • 2,680
90 votes
10 answers
98k views

How do I convert a .PNG into a .ICO?

There's an image in the VS2010 stock icon pack which is only included as a PNG, which I would like to use as an ICO (I want XP and earlier users to see the icon). How can I convert the PNG into the ...
Billy ONeal's user avatar
  • 8,301
81 votes
7 answers
101k views

What software can I use to read png metadata? [closed]

I know that I can create a simple little Qt based application that adds and read png metadata, using the QImage.setText(...) and QImage.text(...). That metadata can then be read with a linux command ...
Johan's user avatar
  • 5,455
80 votes
7 answers
91k views

Convert many images to one PDF on Mac

How can I convert about 100 PNGs to one PDF on a Mac? I'm open to using the command line if it helps. I have tried using iPhoto, but it quits, not sure why. Saving from Preview doesn't quite do what ...
tekknolagi's user avatar
  • 1,390
50 votes
4 answers
12k views

Invisible PNG image layer that is only visible as a background

I have recently came across a very peculiar image, with strange properties. The image is in PNG format and just shows a simple bird with a transparent background. My friend sent me the image with ...
Callum's user avatar
  • 667
50 votes
3 answers
59k views

correctly sizing PNG images in markdown with pandoc for html/pdf/docx

I am trying to use markdown with pandoc to convert a single document into html, pdf, and docx. It's an extremely simple document containing only math-less text and a few images. The images are in ...
user46976's user avatar
  • 1,538
43 votes
8 answers
124k views

JPEG vs PNG vs BMP vs GIF vs SVG

I would like to know which one of these formats requires less memory for the same quality of the picture, and what are the main differences between these formats.
Narek's user avatar
  • 1,441
43 votes
4 answers
153k views

Photoshop How to save selection to PNG

I have a largish PSD file with a couple of hundred layers, that I would like to extract selected areas from into PNG files. Areas can consist of a couple of layers. Being new to Photoshop, I have ...
Aniti's user avatar
  • 821
40 votes
3 answers
54k views

How to create an uncompressed AVI from a series of 1000's of PNG images using FFMPEG

How can I create an uncompressed AVI from a series of 1000's of PNG images using FFMPEG? I used this command to convert an input.avi file to a series of PNG frames: ffmpeg -y -i input.avi -an -...
user avatar
38 votes
6 answers
60k views

How to convert a multi-page PDF file to PNG files, with one PNG file per page of the PDF document?

How do I convert a multi-page PDF file to PNG files, and automatically save one PNG file per page of the PDF document (for Windows 7)? I have tried virtual printers (CutePDF, Bullzip PDF Printer) and ...
galacticninja's user avatar
29 votes
3 answers
19k views

Is it possible to store arbitrary data in an image file?

Is it possible to store arbitrary data such as documents or a program in the form of an image file, such as a PNG image? My concern is that someone could encode data for use by malware into an image ...
bwDraco's user avatar
  • 46.2k
27 votes
6 answers
55k views

How can I save a graph to a PNG or GIF file in Microsoft Excel?

How can I save a graph to a PNG or GIF file in Microsoft Excel? I know I can save as an HTML file and use the image created there, but I suspect there is a way that doesn't create other clutter of ...
fmark's user avatar
  • 1,863
25 votes
10 answers
13k views

Best PNG Compression Software? [closed]

I've just been trying to compress an image with the PNG image format and have had varying results from different applications. For reference, the image I am trying to compress is a screenshot of this ...
Charles Roper's user avatar
25 votes
2 answers
23k views

"Bake" an SVG image into a PNG at a given resolution? [closed]

I'm on Linux and I'd like to take an SVG file and bake it into a PNG file at a given resolution (scaling). Is there a way to do this quickly and effectively from the command line? I'm looking for ...
Naftuli Kay's user avatar
  • 9,651
25 votes
6 answers
55k views

How to read Fireworks PNG multilayer files without Fireworks

I recieved a couple of Fireworks PNG files. Fireworks has a special format for saving several source images in layers in the png file. How can I read these without having Fireworks installed? (im ...
Jesper Rønn-Jensen's user avatar
24 votes
7 answers
42k views

Can't see PNG previews in Windows 7?

I´m using Windows 7 x64. I can see the .jpg, .gif, etc. preview thumbnails but if .PNG, I only see the generic image, and not the image preview like in the other formats. What can I do to fix this?
Edgar's user avatar
  • 241
23 votes
2 answers
49k views

How do I convert (.gif to .png) this image to get the original view?

I am trying to convert this image, http://en.wikipedia.org/wiki/File:Dijkstra_Animation.gif, to a series of .png files. This was pretty simple, I used the convert command in Linux: convert ...
Masroor's user avatar
  • 1,267
22 votes
6 answers
32k views

Get pixel dimensions of a PNG on my Mac?

I have a random .PNG file on my Mac. Actually I have about a hundred of them. What is the easiest way to get the pixel dimensions? (I.e, 100 pixels wide and 50 high, or whatever).
William Jockusch's user avatar
22 votes
2 answers
78k views

Export frames of animation separately

I'm working with lots of Photoshop animations provided to me by a designer. Each one is made of six frames, and I need to export each frame so that they have the titles (say): left*.png, where * is 0-...
tiswas's user avatar
  • 325
19 votes
3 answers
110k views

Is there any quality difference between PNG vs BMP image formats?

I have just learned that PNG is a lossless image format while BMP can be both uncompressed or lossless format. Should there be a quality difference between these two? If not, does it mean that other ...
user1032421's user avatar
18 votes
10 answers
81k views

How to reduce PNG file size for web?

I have a PNG-24 file with transparent background and its current size is 1.5 MB. How to reduce size or use PNG-8 file format and keep same quality ? PNG file from here: http://www19.zippyshare.com/v/...
zac's user avatar
  • 950
17 votes
5 answers
26k views

How can I find out if a PNG file is 24 bit color or 32 bit color on Mac OS X?

I have PNG image files on Mac OS X. How can I find out if an image is 24 bit color or 32 bit color?
michael's user avatar
  • 5,985
17 votes
1 answer
59k views

How can I convert a series of PNG images to a video for YouTube?

I have a sequence of PNGs (here is one specimen) which I turn into a video with ffmpeg: ffmpeg -r 10 -i image%03d.png -s 1380x720 -c:v libx264 -qscale 10 -r 30 basf_merck_libx264.mp4 With VLC ...
Raffael's user avatar
  • 1,221
17 votes
1 answer
8k views

How to change the default editor for PNG files from MS Paint to paint.net in Windows 10?

I have paint.net installed in my Windows 10 Pro. When I right-click a PNG file in the Windows Explorer, I see the Edit command. However, it opens the Windows Paint app, and I'd like to change it to ...
TecMan's user avatar
  • 1,321
16 votes
3 answers
22k views

How to convert GIF files to PNG or JPEG in OS X with command line?

I have 10k+ GIF files that I need to convert to PNG or JPEG preferably using command line so that I can automate it. I'm not worried about losing quality or transparency, just need to prepare files ...
Sherzod's user avatar
  • 273
16 votes
3 answers
2k views

Is there still any reason to prefer GIF over PNG when creating images for web pages? [closed]

Long ago, I used to avoid the PNG image format when building web pages because browser support was lacking. I remember having a PNG on a page could cause the QuickTime plugin to be loaded - yuck. ...
Chris W. Rea's user avatar
  • 10.9k
15 votes
5 answers
20k views

How do I convert a TTF into individual PNG character images?

I want to generate a .PNG image for every glyph in a .TTF font file. How do I do that?
clickbait's user avatar
  • 1,020
14 votes
10 answers
55k views

Multiply blending mode to PNG

I have a layer in Photoshop with multiply on, when I however save to web it loses the blending mode. How can I keep multiply or achieve the same effect in another way?
user avatar
14 votes
9 answers
34k views

Extracting the layer transparency into an editable layer mask in Photoshop

Is there any simple way to extract the "baked in" transparency in a layer and turn it into a layer mask in Photoshop? To take a simple example: Let's say that I paint a few strokes with a semi-...
last-child's user avatar
14 votes
1 answer
24k views

Convert DDS to PNG using linux command line

I need to convert thousands of DDS images to PNG format in Linux, preferably in command line. Is there any program available for such task?
Stolz's user avatar
  • 252
14 votes
3 answers
6k views

Copy an image to clipboard from the Mac terminal

I have an image, Test.png, which I want to copy to the clipboard from the terminal as part of a Bash script so I can paste it into Word. I've tried using pbcopy like this: $ cat Test.png | pbcopy ...
Aaron Christiansen's user avatar
11 votes
1 answer
28k views

Using ffmpeg to make a movie from png files

I have 277 800x600 png files with filenames with the format island_sizes-CSH(II)-###.png where ### is a number starting with 084 and ending at 360. I'm doing ffmpeg -i island_sizes-CSH\(II\)-*.png ...
rhombidodecahedron's user avatar
11 votes
5 answers
16k views

How can I create a new image with transparent background in Paint.NET?

I would like to do some basic graphics using Paint.NET. I would like to start with a transparent background and draw on top of it, but I can't find any settings on how to do that. I only get a new ...
Jonas's user avatar
  • 27.8k
11 votes
4 answers
9k views

ImageMagick Convert: How to produce sharp resized PNG files from SVG files?

I am using this command to generate a sharp 512px wide version of an SVG file that I have: convert -geometry 256 pinterest.svg pinterest.png This is the source file: <?xml version="1.0" encoding=...
TheFooProgrammer's user avatar
11 votes
4 answers
15k views

How can I render a website as an image from the shell?

Looking to say "http://example.com/index.html -o website.png" Is there an existing program to do this? I'm ok with doing html to png. Is there a program for that?
user avatar
10 votes
1 answer
15k views

Is it possible to make a .png (or other) image that does NOT have rectangular dimensions?

This might be a dumb question, but is it possible to make a .png file that isn't square? If so, how can one do this in Gimp? Ideally I'd like one in the shape of an X.
Richard's user avatar
  • 985
10 votes
3 answers
65k views

Which is the best utility for opening .jpeg, .png and .tiff files on Linux? [closed]

Which is the most commonly used utility?
Lazer's user avatar
  • 17.8k
10 votes
1 answer
1k views

What are the weird images inside the RCDATA of System32/imageres.dll used for?

I was looking at what's inside C:/Windows/System32/imageres.dll (which contains most icons used by windows 8.1) and noticed it also contains some files inside its RCDATA which are not image files. ...
user avatar
9 votes
4 answers
12k views

How to open huge PNG image [duplicate]

I have a really big PNG image, it's ~11GB. Is there any way to open it? I would just like to view it without too many problems. I tried Photoshop CS6 and it's too big even for this kind of modern ...
alex's user avatar
  • 731
9 votes
4 answers
22k views

How to convert .tga files to .png?

I wish to convert TGA files (from Steam) to something more suitable, like PNG. I can't find any converters or workflows, I don't mind which it is. For Snow Leopard. edit: Are there any free fronts to ...
tobylane's user avatar
  • 1,347
9 votes
5 answers
15k views

How to change DPI of a PNG file? (in command line, without ImageMagick)

I am looking for a way to change the DPI on PNG image files. Using ImageMagick this is easy: $ convert -density 150 -units pixelsperinch file.png file.png The problem is that I will run this command ...
johndodo's user avatar
  • 269
9 votes
3 answers
5k views

Why are PNG-8 files mangled when opened in Photoshop?

Why are some 32 bit PNGs opened in Photoshop with Indexed Colors and no transparency? For instance, I grabbed a png icon file of the Stack Overflow logo at: http://blog.stackoverflow.com/wp-content/...
Daniel Beardsley's user avatar
8 votes
3 answers
6k views

Point sample opacity/alpha in Adobe Photoshop?

I opened a PNG containing an alpha channel in Photoshop and wanted to get the opacity / alpha of a given point in the PNG file, so that I could match that opacity in a new photoshop layer. How can I ...
Josh's user avatar
  • 9,797
8 votes
1 answer
2k views

How to convert all non-white parts of an image to black?

I have the following png image: I want to convert the edges that aren't black to black. I have tried convert <input> -threshold 80% <output> but this gives which has changed the look of ...
Simd's user avatar
  • 937
8 votes
6 answers
17k views

Is there a way to use an inline PNG image in an Outlook e-mail?

In my work as a developer I sometimes find myself sending details emails with screenshots to illustrate some point or problem. The content of these screenshots is often text. So knowing that PNG is ...
James McMahon's user avatar

1
2 3 4 5
7