Our Network


Coming Soon


Coming Later

PNG Analyzer

Online PNG Maker

World's simplest online Portable Network Graphics image analyzer. Just import your PNG image in the editor on the left and you'll instantly get detailed information about its size, dimensions, colors, and pixels on the right. Free, quick, and very powerful. Import a PNG – get its info. Created with love by team Browserling.

᠎᠎᠎          Tool Options

Basic PNG Details

Show PNG size, width/height,
and aspect ratio.
Show the count of transparent,
semi-transparent, and opaque
pixels in the PNG.
Show the total number of pixels,
unique pixels, grayscale pixels,
and colorful pixels in the PNG.

PNG Color Details

Print the exact info about the
pixel color used in the PNG.
How many colors to show?
Color display format.
Display the percentage of each
color present in the PNG.

Average Color Details

Merge pixels into groups by
their average color and print
the names of color groups.
How many colors to show?
Color display format.
Display the percentage of each
color present in the PNG.

Quantized Color Details

Limit the number of colors
in a PNG by quantizing it to
just a few tones. (Set the
color count in the next option.)
How many colors to show?
Color display format.
Display the percentage of each
color present in the PNG.

What is a PNG Analyzer?

This browser-based tool performs a comprehensive analysis of PNG images and delves into their low-level details, such as pixel composition, alpha channel information, meta information, and color palette. The program takes any PNG file as the input and returns its details in the text format. You can select which PNG data to analyze via several checkboxes in the options. The first checkbox, called "Basic Information", shows the basic details of the PNG. It prints how many bytes, kilobytes, or megabytes the PNG weighs, its width and height in pixels, aspect ratio, and file format (useful for verifying if the given image is really a PNG). The second checkbox, called "Pixel Composition", prints the information about the pixels that are used in the PNG. It counts how many transparent, semi-transparent, and opaque pixels are in the PNG, as well as their percentage values. The third checkbox, called "Pixel Count", is responsible for counting the number of pixels in the PNG. It displays the total number of all pixels, the number of unique pixels, the number of grayscale and colorful pixels, as well as their percentage values. The next checkbox, called "Show Popular Colors", generates a list of the most popular pixel colors of the PNG. It iterates through all the pixels in the image, counts the number of pixels for each shade, and outputs their colors from the most frequently used to the least used. You can specify how many popular pixel colors to display, as well as choose the color format (Hex, RGB, RGBA, HSL, HSV, HSI, LAB, LCH, or HCL), and print their popularity percentage. The next checkbox, called "Show average Colors", shows the average color tones used in the PNG. It combines similar shades into groups and finds the closest color name in the HTML and CSS color names table for each group. All colors in the average color palette have regular English color names, for example, Aqua, Bisque, Cornsilk, Fuchsia, HoneyDew, Linen, and RosyBrown. The number of average colors and the percentage of their use can also be customized in the same block of options. The last checkbox, called "Show Quantized Colors" finds the quantized colors in the PNG. These shades are obtained by quantizing the PNG with a limited number of colors. For example, if you set the number of colors to three, the tool will redraw the PNG with only the three most dominant shades, and it will output these three color names to the screen. If you want to see how a quantized PNG looks, you can use the Quantize PNG tool. Png-abulous!


PNG Analyzer Examples

Click to try!

Find Basic PNG Information

In this example, we upload a PNG file of a tropical hut and obtain the basic information about it. By activating the first checkbox in the options, we find that the PNG's file size is 148,698 bytes (145.21kb). Its dimensions are 600 by 420 pixels and the aspect ratio is 10:7. Additionally, it confirms that the image format is "png". (Source: Pexels.)

General Image Info: ------------------- File size: 148,698 bytes (145.21kb) Width/height: 600×420 pixels Aspect ratio: 10:7 Format: png
Required options
These options will be used automatically if you select this example.
Show PNG size, width/height,
and aspect ratio.
Show the count of transparent,
semi-transparent, and opaque
pixels in the PNG.
Show the total number of pixels,
unique pixels, grayscale pixels,
and colorful pixels in the PNG.
Print the exact info about the
pixel color used in the PNG.
How many colors to show?
Color display format.
Display the percentage of each
color present in the PNG.
Merge pixels into groups by
their average color and print
the names of color groups.
How many colors to show?
Color display format.
Display the percentage of each
color present in the PNG.
Limit the number of colors
in a PNG by quantizing it to
just a few tones. (Set the
color count in the next option.)
How many colors to show?
Color display format.
Display the percentage of each
color present in the PNG.

Examine the Pixel Composition of a PNG

In this example, we investigate the pixel composition of a PNG of a ripe pomegranate. We display two sets of information: aggregate pixel properties and the count of different pixels. As the PNG has a transparent background, the program indicates that the PNG consists of 72.3% transparent pixels, 1.68% semi-transparent pixels (around the edges of the pomegranate), and 26.02% opaque pixels. Furthermore, we find that the entire image contains 250,000 pixels, with 256 pixels (0.1% of the total) having unique colors, 180,744 pixels (72.3%) being grayscale, and only 69,256 pixels (27.7%) showing color. (Source: Pexels.)

Transparency Properties: ------------------------ Opacity: yes (65059 pixels, 26.02%) Transparency: yes (180744 pixels, 72.3%) Translucency: yes (4197 pixels, 1.68%) Image Pixels: ------------- Number of pixels: 250000 Unique color pixels: 256 (256 pixels, 0.1%) Grayscale pixels: 180744 (180744 pixels, 72.3%) Colorful pixels: 69256 (69256 pixels, 27.7%)
Required options
These options will be used automatically if you select this example.
Show PNG size, width/height,
and aspect ratio.
Show the count of transparent,
semi-transparent, and opaque
pixels in the PNG.
Show the total number of pixels,
unique pixels, grayscale pixels,
and colorful pixels in the PNG.
Print the exact info about the
pixel color used in the PNG.
How many colors to show?
Color display format.
Display the percentage of each
color present in the PNG.
Merge pixels into groups by
their average color and print
the names of color groups.
How many colors to show?
Color display format.
Display the percentage of each
color present in the PNG.
Limit the number of colors
in a PNG by quantizing it to
just a few tones. (Set the
color count in the next option.)
How many colors to show?
Color display format.
Display the percentage of each
color present in the PNG.

Explore PNG Color Palette

In this example, we use all available color palette options to explore the colors of a PNG. For each color palette, we print the top 5 colors: top 5 pixel colors, top 5 average colors, and top 5 quantized colors. As you can see, the top 5 pixel colors make up less than 10% of the PNG, which means that the PNG is rich in a variety of shades. The average colors tell us that the most popular shades in the image are SteelBlue (15.45%), DimGray (10.79%), LightSlateGray (9.6%), DarkSlateBlue (7.8%), and Brown (6.35%). And the quantized colors tell us that the entire image can be recreated with these 5 color tones: #386d9e, #8d3b49, #8aacc7, #b6887c, #332331. (Source: Pexels.)

Exact Color Palette: -------------------- #7db3ec (2572 pixels, 1.8%) #79b0e9 (2568 pixels, 1.8%) #266db1 (2528 pixels, 1.77%) #2970b5 (2449 pixels, 1.71%) #2463a2 (2263 pixels, 1.58%) Average Color Palette: ---------------------- SteelBlue (22062 pixels, 15.45%) DimGray (15409 pixels, 10.79%) LightSlateGray (13702 pixels, 9.6%) DarkSlateBlue (11141 pixels, 7.8%) Brown (9061 pixels, 6.35%) Quantized Color Palette: ------------------------ #386d9e (39356 pixels, 27.56%) #8d3b49 (32081 pixels, 22.47%) #8aacc7 (29720 pixels, 20.81%) #b6887c (22470 pixels, 15.74%) #332331 (19173 pixels, 13.43%)
Required options
These options will be used automatically if you select this example.
Show PNG size, width/height,
and aspect ratio.
Show the count of transparent,
semi-transparent, and opaque
pixels in the PNG.
Show the total number of pixels,
unique pixels, grayscale pixels,
and colorful pixels in the PNG.
Print the exact info about the
pixel color used in the PNG.
How many colors to show?
Color display format.
Display the percentage of each
color present in the PNG.
Merge pixels into groups by
their average color and print
the names of color groups.
How many colors to show?
Color display format.
Display the percentage of each
color present in the PNG.
Limit the number of colors
in a PNG by quantizing it to
just a few tones. (Set the
color count in the next option.)
How many colors to show?
Color display format.
Display the percentage of each
color present in the PNG.

All PNG Tools

Didn't find the tool you were looking for? Let us know what tool we are missing and we'll build it!

Quickly replace any color in a PNG file with transparency.

Quickly swap colors in a PNG image.

Quickly replace all colors in a PNG with a single color tone.

Quickly create a translucent or semi-transparent PNG.

Quickly add noisy pixels (white noise) to your PNG image.

Quickly make a PNG image smaller and reduce its size.

Quickly convert a PNG graphics file to a JPEG graphics file.

Quickly convert a JPEG graphics file to a PNG graphics file.

Quickly convert a WebP image to a PNG image.

Quickly convert a PNG image to a WebP image.

Quickly convert a PNG image to base64 encoding.

Quickly convert a base64-encoded image to PNG.

Quickly open and view a PNG and its components in your browser.

Quickly show how a PNG looks on various background colors.

Quickly remove the alpha channel and transparency from a PNG.

Quickly fill the alpha channel in a PNG with a specific color.

Quickly extract transparent areas (alpha channel) from a PNG.

Quickly get detailed information about a PNG file.

Quickly calculate the file size of a PNG image in bytes or kilobytes.

Quickly find the width, height and aspect ratio of a PNG image.

Quickly check whether the PNG is vertical or horizontal.

Quickly find the number of colors in a PNG image (and print them).

Quickly use the eyedropper to find a pixel's color in a PNG.

Quickly find the most popular colors in a PNG.

Quickly extract RGBA, CMYK, and HSL color channels from a PNG.

Quickly split a PNG into its RGB(A) components (Red, Green, Blue, and Alpha).

Quickly split a PNG into its HSL components (Hue, Saturation, Lightness).

Quickly split a PNG into its HSV components (Hue, Saturation, Value).

Quickly split a PNG into its CMYK components (Cyan, Magenta, Yellow, and Key).

Quickly split a PNG into its YCbCr components (Y, Cb, or Cr).

Quickly increase or decrease the quality of PNG images.

Quickly change the orientation of the PNG from landscape to portrait.

Quickly change the orientation of the PNG from portrait to landscape.

Quickly resize a PNG image to any size.

Quickly rotate a PNG image by an arbitrary angle.

Quickly crop a PNG image.

Quickly skew a PNG horizontally or vertically by any angle.

Quickly shift a PNG and swap its halves or quadrants.

Quickly make a PNG fit perfectly in an arbitrary size rectangle.

Quickly add text (label, caption) to a PNG picture.

Quickly superimpose a message or a signature on a PNG.

Quickly add a border around a PNG.

Quickly remove a border or decoration around a PNG.

Quickly add a background to a PNG image.

Quickly remove the background from a PNG image.

Quickly remove a specific color from a PNG image.

Quickly smooth the edges of PNG images.

Quickly flip a PNG picture horizontally.

Quickly flip a PNG picture vertically.

Quickly create a mirror version of the given PNG.

Quickly make copies of a PNG pic.

Quickly pixelate an area of a PNG image.

Quickly blur an area of a PNG image.

Quickly hide an area in a PNG image.

Quickly sharpen an area of a PNG image.

Quickly zoom in a PNG or zoom out a PNG.

Quickly increase the width and height of a PNG.

Quickly decrease the width and height of a PNG.

Quickly change the brightness of a PNG picture.

Quickly change the contrast of a PNG picture.

Quickly convert a color PNG image to a grayscale PNG.

Quickly apply a sepia effect to a PNG photo.

Quickly change the hue of a PNG photo.

Quickly invert pixel colors in a PNG photo.

Quickly round the corners of a PNG picture.

Quickly make sure that the given file has the PNG format.

Quickly determine whether the PNG is entirely grayscale or not.

Quickly check if a PNG file has any transparent pixels.

Quickly generate an alpha mask of a transparent PNG.

Quickly visualize transparent regions of a PNG.

Quickly create a silhouette from a PNG image.

Quickly create a stencil from a PNG image.

Quickly replace transparency in a PNG file with a solid color.

Quickly convert a PNG graphics file to a single-frame GIF.

Quickly convert a GIF animation to a PNG picture.

Quickly convert a PNG picture to a bitmap file.

Quickly convert a bitmap image file to a PNG picture.

Quickly convert an ICO (icon) file to a PNG file.

Quickly convert a PNG image to a Data URL.

Quickly convert a Data URL to a PNG image.

Quickly convert a PNG to the list of hex codes.

Quickly convert the list of hex codes to a PNG.

Quickly convert a PNG to the list of RGB values.

Quickly convert the list of RGB values to a PNG.

Quickly optimize the quality and file size of a PNG photo.

Quickly make a symmetric copy of the given PNG.

Quickly create a single-color or multi-color PNG picture.

Quickly generate a PNG with a color spectrum.

Quickly generate a PNG with a multi-color gradient.

Quickly generate a gradient palette in PNG format.

Quickly write text and create a PNG image from it.

Quickly create a PNG from emojis and other Unicode symbols.

Quickly add JPG and WebP artifacts to a PNG photo.

Quickly create a single 1-by-1 pixel PNG file.

Quickly generate random PNG pictures.

Quickly draw a PNG image using only two colors.

Quickly turn a color PNG image into a black and white PNG.

Convert a PNG image to a single-color PNG image.

Quickly create a dithered PNG image.

Quickly decrease the number of colors in a PNG image.

Quickly create a swirl of pixels anywhere on a PNG.

Quickly reduce the number of distinct colors in any PNG image.

Quickly create a polaroid image from a PNG.

Quickly create a poster from a regular PNG image.

Quickly remove the green screen background from a PNG.

Quickly convert a JPG signature to a transparent PNG signature.

Quickly create a PNG signature with a transparent background.

Quickly change the color of a PNG signature.

Quickly improve the quality of a digital signature.

Quickly convert a colorful signature to just black-and-white.

Quickly rotate a digital signature and make it horizontal.

Quickly crop a digital signature from a PNG.

Quickly resize a digital signature.

Quickly clean up pixels around digital signature edges.

Quickly fill transparent areas of a digital signature.

Quickly convert a thin signature to a thick signature.

Quickly create a PNG that's entirely filled with just one color.

Quickly create a blank PNG with a transparent, translucent, or opaque fill.

Quickly create a PNG that's entirely filled with white noise.

Quickly erase any part of a PNG image.

Quickly extract objects by color from a PNG image.

Quickly add an outline around objects in a PNG.

Quickly remove a stroke from around objects in a PNG.

Quickly encircle objects within a PNG with an outline.

Quickly clear PNG elements from the encircled outline.

Quickly add a glowing effect to PNG image objects.

Quickly add a transparent or opaque padding to a PNG.

Quickly add extra empty space to the sides of a PNG.


Coming Soon

These PNG tools are on the way!
PNG Editor

Edit a PNG in your browser.

Compare PNG Images

Compare two or more PNG images.

Slowly Reveal a PNG

Create an animation that slowly reveals a PNG image.

Convert PNG to AVIF

Convert a PNG image to an AV1 image (AVIF).

Convert AVIF to PNG

Convert an AV1 image (AVIF) to a PNG image.

Convert PNG to HEIF

Convert a PNG image to a High Efficiency Image File (HEIF).

Convert HEIF to PNG

Convert a Hide Efficiency Image File (HEIF) to a PNG image.

Convert PNG to ICO

Convert a PNG image to an ICO icon.

Convert PNG to TIFF

Convert a PNG image to a TIFF image.

Convert TIFF to PNG

Convert a TIFF image to a PNG image.

Convert PNG to PIK

Convert a PNG image to a PIK image.

Convert PIK to PNG

Convert a PIK image to a PNG image.

Convert PNG to PPM

Convert a PNG image to a PPM image.

Convert PPM to PNG

Convert a PPM image to a PNG image.

Convert PNG to BPG

Convert a PNG image to a BPG image.

Convert BPG to PNG

Convert a BPG image to a PNG image.

Convert PNG to FLIF

Convert a PNG image to a FLIF image.

Convert FLIF to PNG

Convert a FLIF image to a PNG image.

Convert PNG to PDN

Convert a PNG image to a Paint.net file.

Convert PDN to PNG

Convert a Paint.net file to a PNG image.

Convert PNG to PSD

Convert a PNG image to a Photoshop file.

Convert PSD to PNG

Convert a Photoshop file to a PNG image.

Convert PNG to SVG

Convert a PNG image to an SVG image.

Convert SVG to PNG

Convert an SVG file to a PNG image.

Convert PNG to PDF

Convert a PNG image to an PDF document.

Convert PDF to PNG

Convert a PDF document to a PNG image (or multiple images).

Convert PNG to EPS

Convert a PNG image to an EPS file.

Convert EPS to PNG

Convert an EPS file to a PNG image (or multiple images).

Convert PNG to JFIF

Convert a PNG image to a JFIF image.

Convert JFIF to PNG

Convert a JFIF image to a PNG image.

Convert PNG to RGB

Convert a PNG image to raw RGB values.

Convert RGB to PNG

Convert RGB values to a PNG image.

Convert PNG to BGR

Convert a PNG image to raw BGR values.

Convert BGR to PNG

Convert BGR values to a PNG image.

Convert PNG to RGBA

Convert a PNG image to raw RGBA values.

Convert RGBA to PNG

Convert RGBA values to a PNG image.

Convert PNG to BGRA

Convert a PNG image to raw BGRA values.

Convert BGRA to PNG

Convert BGRA values to a PNG image.

Convert PNG to Animated GIF

Convert multiple PNGs to a GIF animation.

Convert APNG to GIF

Convert an APNG animation to a GIF image.

Convert GIF to APNG

Convert a GIF animation to an APNG image.

Convert APNG to Webp

Convert an APNG image to a Webp image.

Convert Webp to APNG

Convert a Webp image to an APNG image.

Convert APNG to MP4

Convert an APNG image to an MP4 video.

Convert MP4 to APNG

Convert an MP4 video to an APNG image.

Convert APNG to AVI

Convert an APNG image to an AVI video.

Convert AVI to APNG

Convert an AVI video to an APNG image.

Convert APNG to WMV

Convert an APNG image to a WMV video.

Convert WMV to APNG

Convert an WMV video to an APNG image.

Extract APNG Frames

Extract all frames from an APNG image.

APNG Player

Play a PNG animation (APNG) frame by frame.

Change APNG Speed

Change the playback speed of an animated PNG (APNG).

Set APNG Loop Count

Change how many times an animated PNG loops.

Reverse an APNG

Reverse the order of frames in an animated PNG (APNG).

APNG Creator

Created animated PNGs (APNGs) from input images.

APNG Checker

Check if the given PNG file is an animated PNG file (APNG).

Convert APNG to Sprite Sheet

Create a sprite sheet from all animated PNG (APNG) frames.

Convert Sprite Sheet to APNG

Create an animated PNG (APNG) from a sprite sheet.

Convert PNG to XLS

Create Excel art from a PNG image.

Create a Glitch PNG

Randomly distort data in a PNG file to make a glitched PNG.

Show Grayscale Pixels

Find all grayscale pixels in a PNG (grayscale mask).

Show Color Pixels

Find all color pixels in a PNG (color mask).

Invert Alpha Channel

Invert the alpha channel values in a PNG.

Randomize PNG Pixels

Shuffle pixels or pixel blocks in a PNG.

Sort PNG Pixels

Sort pixels or pixel blocks in a PNG by color.

Split a PNG

Break a PNG image into multiple pieces.

Create a PNG Slideshow

Generate a slideshow animation from multiple PNGs.

Create a PNG Mosaic

Generate a mosaic wall from multiple PNGs.

Hexagonalize a PNG

Convert a PNG into a hexagonal grid of pixels.

Triangulate a PNG

Convert a PNG into a triangular grid of pixels.

Convert PNG to Voronoi Diagram

Create a Voronoi diagram from a PNG image.

Add a Shadow to a PNG

Add a shadow around, below, or above a PNG image.

Add Vignette Effect to a PNG

Darken PNG corners compared to its center.

Add Kaleidoscope Effect to a PNG

Create multiple reflections of a PNG.

Add Bayer Filter to a PNG

Apply a Bayer filter on a PNG.

Add Night Vision Effect to a PNG

Make a PNG look like it was taken via night vision goggles.

Add Spherical Effect to a PNG

Make a PNG look like it's spherical.

Apply Mobius Transform on a PNG

Run a PNG through the Mobius Transform.

Convert PNG Color Space

Convert between RGB, CMYK, HSV, and HSL color spaces.

Convert PNG Bit Depth

Convert between 8-bit, 16-bit, 24-bit, and 32-bit PNG depths.

Remove Dithering from a PNG

Remove dithering from a PNG image.

Create ASCII Art from PNG

Convert a PNG to an ASCII art image.

Create PNG from ASCII Art

Convert ASCII art to a PNG image.

Create ANSI Art from PNG

Convert a PNG to an ANSI art image.

Create PNG from ANSI Art

Convert ANSI art to a PNG image.

Create Braille Art from PNG

Convert a PNG to a Braille art image.

Create PNG from Braille Art

Convert Braille art to a PNG image.

Convert Bytes to PNG

Create a PNG image from the given bytes.

Convert PNG to Bytes

Convert a PNG image to bytes.

Enhance a PNG

Increase the quality of a PNG image.

Slice a PNG

Extract a 2d slice from a PNG.

Generate All-color PNG

Create a PNG that contains all possible RGB colors.

Extract Text from a PNG

Find all textual information in a PNG image and extract it.

Create a 3D PNG

Given any 2D PNG, add 3rd dimension to it.

Remove Text from a PNG

Quickly erase text (labels, captions) from a PNG.

Remove a Watermark from a PNG

Quickly delete a watermark from a PNG.

Fix a Broken PNG

Salvage a PNG that has bad bytes in it and doesn't open.

Hide Data in a PNG

Conceal a secret message in a PNG image.

Change PNG Metadata

Update meta data of a PNG file.

Erase PNG Metadata

Delete meta data from a PNG picture.

Validate PNG

Check if the given file is a valid PNG without errors.


Subscribe!

Subscribe to our updates. We'll let you know when we release new tools, features, and organize online workshops.

Enter your email here


Feedback. We'd love to hear from you! 👋