Fuzzy Clean Images
🤖 AI Drafted (Not reviewed)
Despeckle and clean scan background without modifying source files.
|
|
| Tool id |
fuzzy_clean_images |
| Category |
transform |
| Uses a language model |
no |
| Needs a generative model |
no |
| Runs over many items |
yes |
| Item handling |
batch |
| Structured output |
no |
| Human-verified |
not yet |
What it reads
| Port |
Type |
Required |
What it is |
Files (files) |
files |
yes |
Image files to fuzzy-clean. |
Documents (documents) |
json |
no |
Document metadata for preview-editor edit-chain updates. |
What it emits
| Port |
Type |
Required |
What it is |
Cleaned Files (output_files) |
files |
— |
Fuzzy-cleaned derived image files. |
Options
| Option |
Type |
Default |
What it does |
background_clean |
boolean |
yes |
Apply autocontrast to reduce uneven scan background. |
compression_quality |
integer |
90 |
JPEG/WebP compression quality. |
despeckle_radius |
integer |
3 |
Median-filter window size for speckle removal. One of: 3, 5. |
output_dir |
string |
— |
Optional output directory. Defaults to a temp directory. |
output_format |
string |
jpg |
Derived image format. One of: jpg, png, tiff, webp. |
The prompt it sends
This tool does not send a prompt — it does its work in code.