gimp

Automate batch image editing in GIMP using Python-Fu and Script-Fu scripts.

30|5|Updated Jul 25, 2025
One-click install
npx skills add https://github.com/phuetz/code-buddy --skill gimp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gimp
Source: https://github.com/phuetz/code-buddy/tree/main/.codebuddy/skills/bundled/gimp
Command: npx skills add https://github.com/phuetz/code-buddy --skill gimp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates repetitive GIMP image-editing tasks by exposing Python-Fu scripts, Scheme Script-Fu, and MCP integration, enabling batch processing and scripted workflows.

Core Features & Use Cases

  • Batch image editing: Scripted edits across large sets of images (resize, color adjustments, watermarking) using Python-Fu, Script-Fu, or MCP-driven commands.
  • Programmable pipelines: Compose sequences of operations (convert formats, apply filters, export outputs) with minimal manual intervention.
  • Use Case: Imagine preparing 200 product photos for an online catalog: you can automatically resize, convert, and apply a watermark, all via scripted commands.

Quick Start

Use the gimp skill to batch process a folder of images with a simple Python-Fu script, for example resizing all images in input/ to output/

Frequently Asked Questions about gimp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I batch process images in GIMP using Python-Fu scripts?

Batch processing images in GIMP using Python-Fu involves applying scripted commands to automate repetitive edits like resizing, color adjustments, and watermarking across large sets of photos with minimal manual intervention.

What is MCP integration for GIMP workflow automation?

MCP integration for GIMP workflow automation is a programmatic control mechanism using the libreearth MCP server to drive image editing pipelines, enabling external applications to trigger operations and apply filters automatically.

Do I need a local GIMP installation to use MCP batch processing?

Yes, you need a local GIMP installation with Python-Fu or Script-Fu support enabled, along with the libreearth MCP server, to programmatically control batch processing and scripted workflows.

Can I use Scheme Script-Fu to automate logo and UI asset editing?

Yes, you can use Scheme Script-Fu to automate logo and UI asset editing by composing programmable pipelines that apply sequences of operations, convert formats, and export outputs.

What's the best way to resize and watermark hundreds of product photos in GIMP?

The best way to resize and watermark hundreds of product photos in GIMP is using batch processing scripts via Python-Fu, Script-Fu, or MCP-driven commands to programmatically apply watermarks and resize images.

Are there limitations when automating GIMP workflows with external scripts?

Limitations when automating GIMP workflows with external scripts include strict reliance on a local GIMP environment with active Python-Fu or Script-Fu support and the libreearth MCP server for programmatic execution.