photo-editor

Automate image editing and optimization with Python Pillow and Node.js sharp.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/AugustEmna/FlexMatch --skill photo-editor-augustemna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: photo-editor
Source: https://github.com/AugustEmna/FlexMatch/tree/main/.local/secondary_skills/photo-editor
Command: npx skills add https://github.com/AugustEmna/FlexMatch --skill photo-editor-augustemna

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Edit and optimize images efficiently, eliminating tedious manual editing workflows and ensuring consistent quality across formats.

Core Features & Use Cases

  • Resize, crop, filter, and annotate images for single assets or large batches.
  • Add watermarks, optimize for web formats, and convert between common image formats.
  • Use case: prepare product photos or social media assets with consistent styling across a library.

Quick Start

Resize and crop the input image to a square 1024x1024, preserving quality.

Frequently Asked Questions about photo-editor

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

FAQPage Schema
How do I batch resize and crop images for web formats automatically?

Batch resize and crop images by applying automated transformations across multiple assets using Pillow and sharp backends, ensuring consistent dimensions and web format optimization for large image libraries.

Can I add a watermark to images in bulk using Pillow?

Yes, you can add watermarks to images in bulk using Pillow and sharp, embedding consistent overlays across single assets or large batch workflows without manual editing.

Does this batch image editing approach work with both Python and Node.js?

Yes, the batch image editing approach works with both Python and Node.js, automating tasks across Pillow and sharp backends for cross-platform professional image pipelines.

What is the best way to convert and optimize product photos for consistent styling?

The best way to optimize product photos is using automated batch workflows that apply resizing, filtering, and format conversions across your library, ensuring consistent styling and quality.

Do I need OpenCV and rembg for advanced image editing tasks?

OpenCV and rembg are optional dependencies for advanced image editing tasks, required only for complex operations like background removal, while core transforms need Pillow and sharp.