photo-editor

Resize, crop, filter, and batch process images with Python and Node tools.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/soq123/SE3354-Calo-fit --skill photo-editor-soq123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: photo-editor
Source: https://github.com/soq123/SE3354-Calo-fit/tree/main/.local/secondary_skills/photo-editor
Command: npx skills add https://github.com/soq123/SE3354-Calo-fit --skill photo-editor-soq123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the repetitive, detail-oriented tasks involved in editing images such as resizing, cropping, applying filters, and preparing assets for web or print.

Core Features & Use Cases

  • Resize, crop, and apply filters to single images or in batch workloads.
  • Add watermarks, manage backgrounds, and optimize formats for web, print, and social media.
  • Use cases include product photography prep, social-media assets, and bulk image preparation.

Quick Start

Process an image to resize to 1024x768, apply a light sharpen, and save as JPEG.

Frequently Asked Questions about photo-editor

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

FAQPage Schema
How do I automate batch image resizing and cropping for product photography?

Batch image resizing and cropping can be automated using Python tools like Pillow and OpenCV to process bulk workloads. This approach applies uniform dimensions, filters, and format conversions across multiple product photos simultaneously.

Can I process bulk images to remove backgrounds and add watermarks?

Yes, bulk images can be processed to remove backgrounds and add watermarks using Node tools like sharp. This handles repetitive asset preparation by applying background management and watermarking across entire batches.

What is the best way to optimize and convert image formats for web and social media?

Optimizing and converting image formats for web and social media is best handled by applying automated resizing and format conversion techniques. Tools like sharp and Pillow streamline outputting web-ready JPEGs and other optimized formats.

Does this batch photo editing workflow support applying filters to single images?

Yes, this batch photo editing workflow supports applying filters to single images as well as bulk workloads. It leverages OpenCV and Pillow to apply adjustments like light sharpening alongside cropping and resizing.

How do I resize an image to 1024x768 and save it as a JPEG?

To resize an image to 1024x768 and save as JPEG, you apply an automated editing task that sets the dimensions, applies a light sharpen filter, and exports the final file in the JPEG format.

When should I use batch processing for image editing instead of single image workflows?

Batch processing for image editing should be used when preparing bulk assets for web or print, such as social media content or product photography. Single image workflows are better suited for individual, detail-oriented project adjustments.