photo-editor

Resize, crop, filter, and optimize images using Python Pillow or Node.js sharp.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Edit, resize, crop, filter, and optimize images using code-based image processing to produce consistent, production-ready assets.

Core Features & Use Cases

  • Programmatic image editing: crop, resize, recolor, brightness/contrast adjustments, text overlays, and watermarking.
  • Platform-ready transformations: save in JPEG, PNG, WebP, or AVIF with quality and optimization controls; supports batch processing via Python (Pillow) or Node (sharp).
  • Use Case: prepare product photos for e-commerce catalogs with consistent sizes and quality.

Quick Start

Upload an image and specify the edits you want (resize, crop, filter, or optimize) and I will apply them using Pillow for Python or sharp for 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 optimize images programmatically?

Batch resize and optimize images programmatically by applying Pillow in Python or sharp in Node.js to automate crop, filter, and quality adjustments across multiple files for consistent production-ready assets.

Can I apply filters and watermarks to images using Python?

Apply filters and watermarks to images using Python by executing Pillow scripts for recolor, brightness/contrast adjustments, and text overlays to produce edited image assets.

Does this image processing approach support WebP and AVIF outputs?

This image processing approach supports WebP and AVIF outputs, allowing you to save transformations with specific quality and optimization controls via Python or Node.js pipelines.

What's the best way to automate product photo preparation for e-commerce?

Automate product photo preparation for e-commerce by programmatically cropping, resizing, and compressing images via Python or Node.js batch processing to ensure consistent catalog sizes and quality.

Do I need to install Pillow or sharp to use this image editing skill?

You need a Python or Node.js environment to run this image editing skill, which utilizes Pillow or sharp internally to execute code-driven image transformations and optimizations.