simpletoolstack.com
Free image and text tools that run right in your browser — compress, convert, clean and reshape your files. No sign-up, nothing uploaded.
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 1 · Act 20 · Transact 0 · Score: Not yet scored
Tool inspector
exif_remover
Strip or view raster metadata (EXIF, GPS, XMP, IPTC) entirely in the browser. JPEG, PNG and WebP can be stripped without re-encoding pixels. HEIC can be viewed but not stripped — convert to JPEG first. Pass the file as image { mime, base64 } (max 12 MiB decoded). mode is strip or view; scope is all or gps-only (JPEG only; other formats full-strip). keepOrientation and keepColorProfile apply to JPEG. Variant URLs are not a second machine Tool — pass mode and scope explicitly. Do not use this to compress or convert formats.
Page: /image
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
mode |
string | no | — |
scope |
string | no | — |
keepOrientation |
boolean | no | — |
keepColorProfile |
boolean | no | — |
image |
object | yes | — |
Raw JSON schema
{
"type": "object",
"properties": {
"mode": {
"type": "string",
"enum": [
"strip",
"view"
],
"default": "strip"
},
"scope": {
"type": "string",
"enum": [
"all",
"gps-only"
],
"default": "all"
},
"keepOrientation": {
"type": "boolean",
"default": true
},
"keepColorProfile": {
"type": "boolean",
"default": true
},
"image": {
"type": "object",
"properties": {
"mime": {
"type": "string",
"enum": [
"image/jpeg",
"image/png",
"image/webp",
"image/avif",
"image/heic",
"image/heif",
"image/jxl"
]
},
"base64": {
"type": "string",
"minLength": 1,
"maxLength": 16777220
}
},
"required": [
"mime",
"base64"
],
"additionalProperties": false
}
},
"required": [
"image"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}
Similar websites
eworker.ca
E-Worker is business infrastructure powered by AI, with focused apps and connected business work.
urban-planning-copilot.heisenbug.in
Urban Planning Copilot
vide.zerdalu.com
Vide
labspace-agent-twin.onrender.com
LabSpace Atlas — design laboratories, index exact locations, and let a browser agent plan, audit, and navigate the spatial twin.