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
circle_crop
Crop one raster into a circular transparent PNG in the browser. Pass image { mime, base64 } (max 12 MiB decoded). size is the output square edge (16–4096, default 512). zoom 1–8 and offsetX/offsetY pan in output pixels; omitted zoom/offsets mean cover-centered. Variant URLs are not a second machine Tool — pass size explicitly for discord (512) or twitter (400). Do not upload.
Page: /image
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
size |
integer | no | — |
label |
string | no | — |
image |
object | yes | — |
zoom |
number | no | — |
offsetX |
number | no | — |
offsetY |
number | no | — |
Raw JSON schema
{
"type": "object",
"properties": {
"size": {
"type": "integer",
"minimum": 16,
"maximum": 4096,
"default": 512
},
"label": {
"type": "string",
"enum": [
"generic",
"discord",
"twitter"
],
"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
},
"zoom": {
"type": "number",
"minimum": 1,
"maximum": 8,
"default": 1
},
"offsetX": {
"type": "number",
"default": 0
},
"offsetY": {
"type": "number",
"default": 0
}
},
"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.