photo-editor

Edit and optimize images with Pillow or sharp pipelines.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/offers-png/one-time-checkout --skill photo-editor-offers-png
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: photo-editor
Source: https://github.com/offers-png/one-time-checkout/tree/main/.local/secondary_skills/photo-editor
Command: npx skills add https://github.com/offers-png/one-time-checkout --skill photo-editor-offers-png

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables programmatic image editing and optimization, reducing manual editing time and ensuring consistent results across projects.

Core Features & Use Cases

  • Resize, crop, and filter images with code using Pillow (Python) or sharp (Node).
  • Auto-orientation and color adjustments, text/watermarks, and saving in multiple formats.
  • Use cases include batch photo processing, web thumbnail generation, and image cleanup for dashboards and sites.

Quick Start

Clarify user intent when ambiguous, then resize, crop, or filter an image using Pillow (Python) or sharp (Node).

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 using Python Pillow?

Programmatic image editing with Python Pillow allows you to batch resize and crop images by applying specific size targets in a script. This ensures consistent photo processing across multiple files without manual intervention.

Can I generate web thumbnails automatically with Node.js sharp?

Yes, web thumbnail generation is supported using Node.js sharp pipelines. The Skill provides code to programmatically resize, optimize, and save images, ensuring images meet specific size and quality requirements for web deployment.

Does this Skill support EXIF orientation correction and color adjustments?

EXIF orientation correction and color adjustments are fully supported during photo processing. The Skill applies orientation metadata automatically and modifies color properties to meet your specific image optimization targets.

What is the best way to add text watermarks to images programmatically?

Adding text watermarks programmatically is achieved by applying overlay operations within Python Pillow or Node.js sharp scripts. The Skill outputs code that stamps text onto images, ensuring consistent branding across batch processing pipelines.

How do I handle image metadata and quality when saving in multiple formats?

Handling image metadata and quality during multi-format saves requires specifying quality parameters and metadata retention rules in your code. The Skill provides guidance on managing these settings for optimal image optimization.

Is programmatic image editing suitable for image cleanup in dashboards?

Programmatic image editing is ideal for image cleanup in dashboards and sites. By automating filters, resizing, and color adjustments with code, you ensure visual consistency and reduce manual editing time across web assets.