Questions tagged [png]

PNG (Portable Network Graphics) is an image file format designed to store raster graphics. It is associated with ".png" file extension. Use this tag for questions involving this specific format.

PNG was created to improve upon and replace (Graphics Interchange Format) as a losslessly compressed image file format not requiring a patent license.

PNG supports palette-based images with transparency, true colour images with or without alpha channel (RGB, RGBA), and grayscale images; PNG supports channel depths from 1-bit to 16-bit per channel. Interlacing, which allows the progressive display of partially downloaded images, is implemented via the Adam7 algorithm. Animation is supported by way of the extension.

More information

6735 questions
3
votes
1 answer

Png image processing in .NET

I have the following task. Take a base image and overlay on it another one. The base image is 8b png as well as overlay. Here are the base (left) and overlay (right) images. Here is a result and how it must look. The picture in the left is a…
Oybek
  • 7,016
  • 5
  • 29
  • 49
3
votes
1 answer

How to plot from octave to a pdf without X11

I want to create pdf or png plots from octave on an ubuntu system where I just have a command line, no X11, no windows. I want to do something like this: plot(x, y); print -dpng myplot.png But plot gives me this warning: warning: X11 DISPLAY…
Greg Clinton
  • 365
  • 1
  • 7
  • 18
3
votes
1 answer

Convert transparent PNG image into transparent JPEG or transparent GIF

I have a transparent PNG Image. I want to add it as watermark for this video recording software. But the problem is, software requires jpeg image as a watermark. When I converted that image to JPEG(using Pixle Editor) it lost its transparency and…
Prasad Jadhav
  • 5,090
  • 16
  • 62
  • 80
3
votes
2 answers

Convert SVG image with filters to PNG /PDF

I have the following svg image to the png image & pdf image with 300 DPI.