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
crop_image
Crop one JPEG, PNG, WebP or AVIF raster in the browser to an explicit source-pixel rectangle (sx, sy, sw, sh). Pass image { mime, base64 } (max 12 MiB decoded). ratio locks the UI for humans; the machine must still send the rectangle in source pixels. Variant URLs are not a second machine Tool. Missing rect is invalid — do not guess a crop. Do not upload.
Page: /image
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
ratio |
string | no | — |
label |
string | no | — |
image |
object | yes | — |
sx |
integer | yes | — |
sy |
integer | yes | — |
sw |
integer | yes | — |
sh |
integer | yes | — |
Raw JSON schema
{
"type": "object",
"properties": {
"ratio": {
"type": "string",
"enum": [
"free",
"1:1",
"16:9",
"4:5",
"9:16",
"4:3",
"3:2"
],
"default": "free"
},
"label": {
"type": "string",
"enum": [
"generic",
"square",
"widescreen",
"instagram"
],
"default": "generic"
},
"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
},
"sx": {
"type": "integer",
"minimum": 0
},
"sy": {
"type": "integer",
"minimum": 0
},
"sw": {
"type": "integer",
"exclusiveMinimum": 0
},
"sh": {
"type": "integer",
"exclusiveMinimum": 0
}
},
"required": [
"image",
"sx",
"sy",
"sw",
"sh"
],
"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.