Key Facts
- Category
- Images, Audio & Video
- Input Types
- file, checkbox
- Output Type
- json
- Sample Coverage
- 4
- API Ready
- Yes
Overview
The Batch Image Info Viewer allows you to quickly inspect and compare key properties of up to 100 images simultaneously, including dimensions, file size, format, and the presence of EXIF, IPTC, or XMP metadata.
When to Use
- •When you need to verify the dimensions and file formats of a large batch of images before uploading them to a website or CMS.
- •When checking if your exported photos contain embedded metadata like EXIF, IPTC, or XMP tags.
- •When auditing a folder of mixed image assets to identify oversized files or unsupported formats.
How It Works
- •Upload up to 100 image files in supported formats such as JPEG, PNG, WEBP, GIF, BMP, TIFF, or AVIF.
- •Toggle the option to check for the presence of EXIF, IPTC, or XMP metadata indicators.
- •View the structured JSON output containing dimensions, file sizes, formats, and metadata flags for all uploaded files.
Use Cases
Examples
1. Web Asset Optimization Audit
Front-end Developer- Background
- A developer is preparing to launch a new landing page and needs to ensure all 25 background and product images are in WEBP format and under 500KB.
- Problem
- Manually checking the properties of 25 individual files in the OS file explorer is slow and prone to oversight.
- How to Use
- Upload all 25 images to the Batch Image Info Viewer and keep the metadata indicator option enabled.
- Example Config
-
includeDetailedMetadata: true - Outcome
- The tool outputs a JSON list showing that two images are still in PNG format and three exceed the target dimensions, allowing for quick correction.
2. Privacy Check for Social Media Uploads
Social Media Manager- Background
- A manager wants to post a batch of behind-the-scenes photos but needs to ensure no sensitive location or camera EXIF data is embedded.
- Problem
- Verifying the presence of EXIF metadata on 15 photos individually takes too much time.
- How to Use
- Select the 15 JPEG files, check the 'Include Metadata Indicators' option, and run the viewer.
- Example Config
-
includeDetailedMetadata: true - Outcome
- The JSON output flags five photos containing EXIF data, prompting the manager to strip the metadata before publishing.
Try with Samples
image, png, jpgRelated Hubs
FAQ
What image formats are supported by the viewer?
The tool supports JPEG, JPG, PNG, WEBP, GIF, BMP, TIFF, and AVIF formats.
How many images can I upload at one time?
You can upload and inspect up to 100 images in a single batch.
Does this tool upload my images to a remote server?
No, the image analysis is performed locally in your browser, ensuring your files remain private.
What metadata indicators does the tool check for?
It detects the presence of EXIF, IPTC, and XMP metadata blocks within the image files.
Is there a file size limit for the uploaded images?
Yes, the maximum limit for the batch upload is 50 MB.