image-processing
SolidProcess images for web development — resize, crop, trim whitespace, convert formats (PNG/WebP/JPG), optimise file size, generate thumbnails, create OG card images. Uses Pillow (Python) — no ImageMagick needed. Trigger with 'resize image', 'convert to webp', 'trim logo', 'optimise images', 'make thumbnail', 'create OG image', 'crop whitespace', 'process image', or 'image too large'.
Install
Quality Score: 96/100
Skill Content
Details
- Author
- jezweb
- Repository
- jezweb/claude-skills
- Created
- 7 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
batch-image-pipeline
Writes batch image and video processing scripts (Pillow, ImageMagick, ffmpeg) for asset pipelines — generate size variants, format conversions, colorspace transforms, watermarks, optimization. Use when one design output needs to become 40 deliverables, or when an asset library needs cleanup.
image-processing
Process images in TypeScript/JavaScript using Bun's built-in Bun.Image API — resize, crop, rotate, flip, compress, convert formats (JPEG/PNG/WebP/HEIC/AVIF), generate blurry placeholders (LQIP/ThumbHash), and read metadata. Use when the user mentions image processing, resizing, cropping, downsizing, compressing, thumbnails, converting image formats, WebP/AVIF/HEIC conversion, image optimization, placeholder/LQIP/blur-up, EXIF/orientation, palette/indexed PNG, stripping metadata, or working with images from S3, file uploads, or clipboards in a Bun project. Also trigger on "make this image smaller", "thumbnail this", "convert to webp", "generate a blur placeholder", or any chained image pipeline task. Replaces sharp on Bun.
image-utils
Classic image manipulation with Python Pillow - resize, crop, composite, format conversion, watermarks, brightness/contrast adjustments, and web optimization. Use this skill when post-processing AI-generated images, preparing images for web delivery, batch processing image directories, creating responsive image variants, or performing any deterministic pixel-level image operation. Works standalone or alongside bria-ai for post-processing generated images.