Image · 1 credit
Image filters
Run artistic and cleanup filters on base64 images inside the same authenticated endpoint as your other agent tools.
What it does
Call this tool (id: image_filters) to apply whole-image look filters: sepia, duotone, tritone, posterize, dither, halftone, vignette, film grain, bloom, glitch, oil paint, sketch, watercolor, cartoon, emboss, edge detect, pixelate, tilt-shift, light leak, chromatic aberration, pixel sort, gradient map, split tone, threshold / adaptive threshold, polaroid, double exposure, plus grayscale, blur, and invert. Example: "sepia product packshot" → filter=sepia.
Example use cases
- Quick polish on product shots before social export.
- Batch look-and-feel tweaks driven by an agent checklist.
- Pipelines that resize first, then apply a consistent filter.
How it works in Toolporten
Enable image_filters beside image_resize. Social presets are mode=preset on image_resize. The agent transforms pixels locally through Toolporten — compose a slim visual toolbox instead of exposing every catalog image tool.
MCP call example
{
"name": "image_filters",
"arguments": {
"image": "<base64-png>",
"filter": "grayscale"
}
}