WEBTOOLBAZAR

PNG Metadata Viewer

Extract EXIF, text annotations (tEXt, iTXt, zTXt), and every internal chunk from your PNG files. All processing stays on your device – zero uploads.

EXIF Text Chunks IHDR Info No Upload

Drag & Drop PNG file here

Only .png files are accepted

Max 15 MB

100% Private

Your PNG never leaves your device. All parsing happens locally.

Deep Analysis

Reads IHDR, EXIF, tEXt, zTXt, iTXt, and all other chunk types.

Instant Results

Metadata appears immediately after you drop the file.

Copy & Export

Easily copy any metadata field for your documentation.

What is PNG Metadata? A Complete Guide

PNG (Portable Network Graphics) files are far more than just pixel data. They are built upon a flexible chunk‑based architecture that allows embedding a rich variety of metadata directly inside the image file. This metadata can include everything from basic image dimensions and color profiles to camera settings, GPS coordinates, copyright notices, and even custom textual annotations added by image editing software. Understanding this hidden information is essential for photographers, developers, forensic analysts, and anyone who handles digital images professionally.

The PNG specification defines several standard chunk types, each identified by a four‑character ASCII code. The IHDR (Image Header) chunk is mandatory and stores the image’s width, height, bit depth, and color type. The IDAT chunks contain the actual compressed image data. IEND marks the end of the file. Beyond these, there are optional “ancillary” chunks that carry metadata. The most common ones include eXIf for Exif data, tEXt for uncompressed text, zTXt for compressed text, and iTXt for international text that supports UTF‑8 and language tags.

Because PNG is a lossless format favored by designers and archivists, it often retains metadata that JPEG files might strip away. This makes PNG metadata viewers incredibly valuable for inspecting the provenance and characteristics of an image.

Why View PNG Metadata? Real‑World Use Cases

Metadata viewing isn’t just for curiosity—it serves practical purposes across many industries:

  • Photography & Image Forensics: Exif data reveals the camera model, lens, focal length, exposure settings, and even the serial number of the device. This can help verify the authenticity of an image or trace its origin. Timestamps and GPS coordinates embedded in PNG files (often carried over from a raw photo) are crucial for geolocation analysis.
  • Web Development & Performance: Text chunks sometimes store software metadata (e.g., “Created with Adobe Photoshop”) or compression hints. Developers can inspect these to optimize image delivery or debug unexpected file sizes.
  • Graphic Design & Collaboration: Design tools like GIMP, Photoshop, and Figma often insert custom text annotations (keywords, descriptions, copyright) into PNG files. Viewing these chunks helps teams track asset versions and licensing information without opening heavy editing software.
  • Security & Malware Analysis: Although rare, attackers have attempted to hide malicious scripts inside PNG metadata. A thorough chunk‑by‑chunk review can uncover suspicious or oversized ancillary chunks that don’t conform to the standard.
  • Archival & Digital Preservation: Archivists rely on embedded metadata to catalogue and preserve digital heritage. Standards like XMP (often stored in iTXt chunks) provide machine‑readable descriptions that ensure long‑term accessibility.

Types of Metadata Found in PNG Files

Our PNG Metadata Viewer categorizes metadata into three easy‑to‑navigate sections. Here’s what each one covers:

1. General Info (IHDR)

The IHDR chunk is mandatory. It tells you the image dimensions, bit depth (1, 2, 4, 8, or 16 bits per channel), and color type (grayscale, RGB, palette‑based, grayscale+alpha, or RGBA). Interlace method (Adam7 or none) is also displayed. This basic information can explain why a PNG is large or small and whether it supports transparency.

2. EXIF Data (eXIf chunk)

The EXIF block can be housed inside a dedicated eXIf chunk. It contains over 100 possible tags such as Make, Model, DateTimeOriginal, ExposureTime, FNumber, ISO, Flash, GPSLatitude, GPSLongitude, and even the software used to process the image. Our tool uses the exifr library to parse this data reliably, displaying it in a clean table.

3. Text Annotations

tEXt – Uncompressed key‑value pairs (e.g., “Software=Adobe Photoshop”).
zTXt – Compressed text using zlib, often for data that exceeds the tEXt size limit.
iTXt – International text with language tags and optional compression, used for XMP metadata and localized descriptions.

How the PNG Metadata Viewer Works

The tool processes your PNG file entirely in your browser using JavaScript’s ArrayBuffer and TypedArrays. Here’s the step‑by‑step process:

  1. File Reading: When you drop a PNG, the FileReader API reads it as an ArrayBuffer. The tool immediately checks the first eight bytes against the PNG signature (89 50 4E 47 0D 0A 1A 0A).
  2. Chunk Parsing: The parser walks through the binary structure, decoding each chunk’s length, type, data, and CRC. It stops when it encounters the IEND chunk. All chunks are stored in an array for analysis.
  3. IHDR Decoding: The IHDR data is parsed to extract width, height, bit depth, and color type. The color type number is converted into a human‑readable string (e.g., “RGBA”).
  4. EXIF Extraction: The eXIf chunk (if present) is handed to the exifr library, which returns a dictionary of EXIF tags. We display all non‑undefined values in a dynamic table.
  5. Text Chunk Decompression: For zTXt chunks, we use pako (a port of zlib) to decompress the data before displaying the keyword and text. iTXt chunks are parsed to extract the language tag, translated keyword, and optionally decompressed text.
  6. Full Chunk Listing: Every chunk including IDAT and other ancillary ones is listed in a table with its type, size in bytes, and a brief description.

The entire process takes milliseconds even for large files, and nothing is ever sent to a server. This design guarantees absolute privacy while offering the same functionality as desktop forensic tools.

Privacy & Security

Because all chunk parsing and decompression happen client‑side, your sensitive images never travel over the network. This is especially important when handling confidential documents, private photographs, or proprietary design assets. No cookies, no tracking, no server logs—just your file and your browser.

Exporting Metadata

While the tool doesn’t currently offer a one‑click “Download Report” button, you can copy any metadata value directly from the tables. Many users simply screenshot the tabs or use the browser’s “Save as PDF” to archive the metadata report. Future updates may include a JSON export feature for developers.

Frequently Asked Questions

Does this tool work with other image formats?

No, it is specifically designed for PNG files. JPEG, WebP, and GIF have entirely different internal structures and metadata formats. For those formats, a dedicated viewer would be required.

Can I edit or remove metadata using this tool?

Currently, this is a view‑only tool. It does not modify the PNG file. If you need to strip metadata (e.g., for privacy), we recommend using a PNG optimizer or a dedicated metadata removal tool—but always keep a backup of the original.

Why does my PNG show no EXIF data even though the image came from a camera?

Many image editors and online converters strip EXIF data when saving as PNG. Additionally, PNG supports EXIF only if the eXIf chunk is explicitly present. If the original camera file was a JPEG and later converted to PNG, the conversion software may not have transferred the EXIF block. Always check the original raw or JPEG file if you need full camera metadata.

Are text annotations in PNG files always visible?

No. Most image viewers completely ignore text chunks. They are meant for software processing, not for display. That’s why a dedicated metadata viewer is necessary to see comments, keywords, copyright strings, and XMP data embedded in PNGs.

Unlock the Hidden Story of Your PNG Files

Every PNG image carries a hidden biography—from the software that created it to the camera that captured the original scene. With the Web tool Bazar PNG Metadata Viewer, you can read that story instantly, privately, and without limits. Whether you’re auditing digital assets for a client, verifying photo authenticity, or simply curious about what’s tucked inside your image files, this tool puts the full power of a forensic‑grade analyzer into your browser. Best of all, it’s completely free, requires no account, and respects your privacy by keeping all data local. Start exploring by dropping a PNG file above.

Quality guide

Png Metadata Viewer: useful guide, safe workflow, and quality checks

Png Metadata Viewer helps you finish a practical browser task with a clear result. It is designed for a focused image workflow, so the page should be useful even if you arrive directly from search and only need this one task.

Images need different treatment depending on where they will be used. A website image should be light and sharp, a profile picture should be framed clearly, and a document image should stay readable after export.

Best uses

  • save time on routine file or content work
  • avoid installing single-purpose software
  • produce a shareable result quickly

Before you finish

  • check the input before processing
  • review the output before using it
  • keep a backup when the result matters

Recommended workflow

  1. start with default options
  2. adjust settings only when needed
  3. download or copy the final result after review

Privacy and user experience notes

Only use files and text that you have permission to process. Avoid adding passwords, private keys, personal records, or confidential client material unless the task truly requires it. On shared devices, clear the page after finishing and keep your downloaded result in a safe folder.

Frequently asked questions

Is Png Metadata Viewer enough for professional work? Yes. The tool is suitable for routine tasks as long as you review the result and keep originals for important files or published work.

What should I review before using the result? Check the final file or text at normal viewing size, confirm the name and format, and make sure it solves the task you started with.