photo-editor

Apply resize, crop, filter, and optimization tasks to images via Python or Node.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Editing, resizing, cropping, filtering, and optimizing images often requires juggling multiple tools and manual steps; this Skill provides a code-oriented approach to perform common edits consistently and efficiently.

Core Features & Use Cases

  • Resize, crop, and filter images using Python (Pillow) or Node (sharp) with clear guidance.
  • Normalize, optimize, and convert formats for web-ready assets.
  • Use cases include batch processing photos for social media, product catalogs, and website galleries.

Quick Start

Resize an image to 800x800 and save as an optimized JPEG.

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 a website gallery?

Batch resize and crop images for web-ready assets by applying Python Pillow or Node sharp scripts to automate consistent dimension adjustments and format conversions across multiple files.

What is the best way to optimize product catalog photos for the web?

Optimize product catalog photos by applying code-based image processing to normalize formats, reduce file size via quality controls, and generate web-ready assets efficiently.

Can I use sharp and Pillow to apply filters and convert image formats?

Yes, you can use sharp in Node or Pillow in Python to apply filters and perform image format conversions, satisfying operational requirements for code-based image processing.

Does this approach support batch processing of social media graphics?

Yes, code-based image processing supports batch processing of social media graphics by automating resize, crop, filter, and optimization tasks across Python and Node toolchains.

How do I convert images to an optimized JPEG format using code?

Convert images to optimized JPEG format by executing library-based transformations in Python or Node, applying quality controls to resize, filter, and save web-ready assets.