Fine-tune image brightness and contrast using GIMP 3’s linear-light engine. Applies precise, small corrections to faithfully represent real subjects while rejecting out-of-range values.
Enables scripted image editing with GIMP 3, including cropping, resizing, aspect-ratio fitting, dimension-spec validation, batch processing, and live control of a running GIMP instance.
Execute Python scripts inside GIMP to automate image editing, access Gimp/Gegl/GLib APIs, and persist state across calls. Wrap operations in a single undo step by passing an image_id.
Apply identical image operations to all files in a folder within one GIMP session. Failed files are reported without stopping the batch, preserving throughput.
Verify GIMP connectivity and retrieve its version, backend state, and live bridge plug-in status. Use this first to diagnose issues before scripting edits.
Starts GIMP 3 with the bridge running so AI agents can control the editor; select GUI mode for a visible window or headless for command-line execution without an interface.