photo-editor

Resize, crop, adjust colors, and convert image formats programmatically.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/hajrasarwar11/DataBase-Engine-with-AI --skill photo-editor-hajrasarwar11
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: photo-editor
Source: https://github.com/hajrasarwar11/DataBase-Engine-with-AI/tree/main/.local/secondary_skills/photo-editor
Command: npx skills add https://github.com/hajrasarwar11/DataBase-Engine-with-AI --skill photo-editor-hajrasarwar11

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate the tedious manual work of image editing by programmatically applying resize, crop, color adjustments, and format conversions to ensure consistent results across batches and platforms.

Core Features & Use Cases

  • Resize and crop images while preserving aspect ratio or applying fixed dimensions
  • Apply color adjustments, filters, watermarking, and padding for polished visuals
  • Optimize output formats (JPEG, PNG, WebP) with quality controls for web or app delivery
  • Handle EXIF orientation and batch processing to streamline large image workflows

Quick Start

Provide an image and your edits (resize, crop, filter) and I will apply them to produce an optimized result.

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 while preserving aspect ratio?

Batch resize and crop images by programmatically applying fixed dimensions or aspect ratio preservation rules. This ensures consistent results across large image workflows and web imaging pipelines without manual editing.

Can I apply watermarks and padding to images programmatically?

Yes, you can apply watermarking and padding programmatically alongside color adjustments and filters. This automates image styling for polished visuals and consistent branding across content creation batches.

Does this image editing approach handle EXIF orientation automatically?

Yes, EXIF orientation is handled automatically during image processing. This corrects camera rotation metadata so images display correctly after resize, crop, and format conversion operations are applied.

What is the best way to optimize images for web delivery across different formats?

Optimize images for web delivery by converting them to JPEG, PNG, or WebP formats with quality controls. This reduces file size while maintaining visual fidelity for app and web pipelines.

Do I need Pillow or sharp to perform code-driven image edits?

Yes, libraries like Pillow or sharp are required to perform code-driven image edits. These dependencies enable programmatic resize, crop, filter, and format conversion operations within batch workflows.

Why convert images to WebP format during batch processing?

Converting images to WebP format during batch processing optimizes output for web delivery with quality controls. This format provides efficient compression for web imaging pipelines and content platforms.