Image EXIF Viewer + Remover

Inspect and strip EXIF metadata before sharing photos

Category: Privacy Tools · Execution: FRONTEND-API

Input schema

Parameters accepted by this tool:

[
    {
        "type": "file",
        "name": "image_data",
        "label": "Image File",
        "accept": "image/jpeg,image/tiff,image/webp",
        "required": true,
        "hint": "JPEG, TIFF, or WebP with EXIF data."
    },
    {
        "type": "select",
        "name": "action",
        "label": "Action",
        "options": [
            {
                "value": "view",
                "label": "View EXIF Only"
            },
            {
                "value": "remove",
                "label": "View & Remove EXIF"
            }
        ],
        "default": "view"
    }
]

Also by itsfully.online

Agentic AI in the Browser — book cover
eBook 97 KB

Agentic AI in the Browser

Use-Cases for Privacy-First, Browser-Native Agentic Workflows

Published by itsfully.online · First edition — June 2026

$4.99 Get on Gumroad →