photo-editor

Edit and optimize images with Pillow for Python and sharp for Node.

Updated Dec 1, 2025
One-click install
npx skills add https://github.com/KartikSharma4448/MyPortfolio --skill photo-editor-kartiksharma4448
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: photo-editor
Source: https://github.com/KartikSharma4448/MyPortfolio/tree/main/.local/secondary_skills/photo-editor
Command: npx skills add https://github.com/KartikSharma4448/MyPortfolio --skill photo-editor-kartiksharma4448

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Editing and optimizing images often requires manual, repetitive steps. This Skill provides a code-based approach to resize, crop, filter, and optimize images consistently across projects.

Core Features & Use Cases

  • Resize, crop, filter, and optimize images using Pillow for Python and sharp for Node, with guidance on orientation handling, color management, and output formats.
  • Works for batch processing of photos, website assets, and social media thumbnails, ensuring consistent quality and performance.
  • Real-world use: prepare a product gallery with uniform thumbnails sized for multiple platforms while preserving image quality.

Quick Start

Provide a source image and specify the edits you want in natural language, and I will apply the requested transformations.

Frequently Asked Questions about photo-editor

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

FAQPage Schema
How do I batch process image resizing and cropping using code?

Batch image resizing and cropping is handled through code-based processing using Pillow and sharp. Provide source images and natural language specifications to apply consistent transformations across multiple files simultaneously.

What is code-driven image optimization for website assets?

Code-driven image optimization programmatically adjusts quality settings, dimensions, and formats using Pillow and sharp. It ensures consistent visual quality and performance for website assets without manual repetitive editing.

Can I use Pillow and sharp for batch image color adjustments and filtering?

Yes, Pillow and sharp support batch image color adjustments and filtering. The skill handles color management, filtering, and orientation adjustments across common image formats within batch processing workflows.

Does this approach work for generating uniform social media thumbnails?

Yes, this approach works for generating uniform social media thumbnails. You can specify exact dimensions and quality settings to prepare product galleries and thumbnails sized for multiple platforms consistently.

What are the limitations of code-based image editing for format conversion?

Code-based image editing for format conversion requires clear input specifications to handle common image formats correctly. It relies on robust processing through Pillow and sharp, needing precise parameters for orientation and quality settings.