photo-editor

Resize, crop, filter, and optimize images using Pillow, sharp, or OpenCV.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/redwan7anime-del/RK --skill photo-editor-redwan7anime-del
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: photo-editor
Source: https://github.com/redwan7anime-del/RK/tree/main/secondary_skills/photo-editor
Command: npx skills add https://github.com/redwan7anime-del/RK --skill photo-editor-redwan7anime-del

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Editing images can be time-consuming when performed manually across multiple files, requiring repetitive steps for resizing, cropping, filtering, and optimization.

Core Features & Use Cases

  • Resize, crop, filter, and optimize images using code-based processing with popular libraries like Pillow (Python) and sharp (Node), enabling consistent results across batches.
  • Clarify intent before starting to avoid ambiguous edits and support both editing existing images and preparing assets for web, mobile, or print workflows.
  • Use Case: Normalize a folder of product photos by applying a uniform size, brightness, and color balance, then export optimized web-friendly images.

Quick Start

Resize the input image to 1024x768, apply a mild contrast boost, and save as output.jpg.

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 optimize images for web use with Pillow?

Batch resize and optimize images by applying deterministic processing pipelines via Pillow, sharp, or OpenCV to normalize dimensions, adjust color balance, and export web-friendly formats like JPEG and PNG.

Can I automate thumbnail generation and crop product photos in bulk?

Automate thumbnail generation and crop product photos in bulk by running code-driven editing pipelines that apply uniform sizes, filters, and optimizations across entire folders of input images.

Does this image processing approach preserve EXIF metadata during color conversions?

Image processing pipelines include safe color conversions and explicit EXIF handling to maintain metadata integrity while applying filters, resizing, and exporting to JPEG or PNG formats.

What is the best way to normalize image brightness and color balance across multiple files?

Normalize brightness and color balance across multiple files using code-based processing with Pillow or sharp to apply consistent filter adjustments and export optimized images.

Do I need to specify output formats when preparing images for social media or print?

Specify output formats like JPEG or PNG when preparing images for social media or print to ensure format compatibility, safe color conversions, and proper optimization for the target platform.