Skip to content

Rotate / Auto-Orient Images

🤖 AI Drafted (Not reviewed)

Create rotated or EXIF-oriented image derivatives without modifying source files.

Tool id rotate_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 rotate or auto-orient.
Documents (documents) json no Document metadata for preview-editor edit-chain updates.

What it emits

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

Options

Option Type Default What it does
auto_orient boolean yes Apply EXIF orientation before any explicit rotation.
compression_quality integer 90 JPEG/WebP compression quality.
output_dir string Optional output directory. Defaults to a temp directory.
output_format string jpg Derived image format. One of: jpg, png, tiff, webp.
rotation_degrees integer 0 Clockwise rotation to apply after EXIF auto-orientation. One of: 0, 90, 180, 270.

The prompt it sends

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