Free online image format info tool. Upload any image to see its format, dimensions, file size, colour depth, and metadata. Runs entirely in your browser.
Understanding an image's technical properties is essential for web development, design workflows, and troubleshooting. This tool reads and displays all key technical metadata from any uploaded image file.
The information displayed includes: image format (PNG, JPG, WebP, GIF, etc.), dimensions (width × height in pixels), file size, colour depth (bits per pixel), whether the image has transparency (alpha channel), aspect ratio, and EXIF metadata where available (camera model, capture date, GPS coordinates for photos).
All inspection runs entirely in your browser — images are never uploaded to a server.
Format (PNG, JPG, WebP, etc.), width and height in pixels, file size, colour depth (bits per pixel), alpha channel presence (transparency), aspect ratio, and EXIF data for JPEG files (camera model, date taken, GPS coordinates, exposure settings).
Colour depth (bits per pixel) determines how many colours can be represented. 8-bit: 256 colours (used in GIFs and indexed PNGs). 24-bit: 16.7 million colours (standard RGB). 32-bit: 16.7 million colours plus full transparency alpha channel (standard RGBA PNG). Most web images are 24-bit or 32-bit.
Yes. The tool detects whether the image has an alpha channel (which supports transparency). For PNG files, it checks whether any pixels are actually transparent rather than just whether the format supports transparency.
No. All format inspection uses browser APIs and runs entirely on your device. Images never leave your browser.