Skip to content

Enhance Images

🤖 AI Drafted (Not reviewed)

Create contrast/sharpness/denoise image derivatives without modifying source files.

Tool id enhance_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 enhance.
Documents (documents) json no Document metadata for preview-editor edit-chain updates.

What it emits

Port Type Required What it is
Enhanced Files (output_files) files Enhanced derived image files.

Options

Option Type Default What it does
compression_quality integer 90 JPEG/WebP compression quality.
contrast number 1.25 Contrast multiplier. 1.0 leaves contrast unchanged.
denoise boolean no Apply a light median filter for speckle/noise reduction.
output_dir string Optional output directory. Defaults to a temp directory.
output_format string jpg Derived image format. One of: jpg, png, tiff, webp.
sharpness number 1.1 Sharpness multiplier. 1.0 leaves sharpness unchanged.

The prompt it sends

This tool does not send a prompt — it does its work in code.