I

image-processing

by @jezwebv
4.6(19)

画像編集、フォーマット変換、圧縮最適化、特殊効果の適用を含む画像処理技術を習得し、マルチメディアコンテンツに高品質な視覚表現を提供します。

Image ManipulationComputer VisionOpenCVDigital Image ProcessingGraphics ProgrammingGitHub
インストール方法
npx skills add jezweb/claude-skills --skill image-processing
compare_arrows

Before / After 効果比較

1
使用前

画像処理タスク(トリミング、拡大縮小、フィルター適用、形式変換など)は、専門ソフトウェアの手動操作や複雑なスクリプトの作成が必要であり、効率が低く、バッチ処理が困難です。

使用後

画像処理スキルを活用することで、スマートトリミング、一括変換、高度なフィルター適用など、画像の自動処理を実現できます。これにより、画像処理の効率と品質が大幅に向上し、手作業による介入が削減されます。

description SKILL.md

image-processing

Image Processing

Process images for web development. Generate a Pillow script adapted to the user's environment and specific needs.

Prerequisites

Pillow is usually pre-installed. If not:

pip install Pillow

If Pillow is unavailable, adapt using alternatives:

Alternative Platform Install Capabilities

sips macOS (built-in) None Resize, convert (no trim/OG)

sharp Node.js npm install sharp Full feature set

ffmpeg Cross-platform brew install ffmpeg Resize, convert

Capabilities

Generate a Python script using Pillow for any of these operations. See references/pillow-patterns.md for implementation patterns, especially RGBA-to-JPG compositing and cross-platform font discovery.

Resize

Scale to specific dimensions or by width/height (maintain aspect ratio if only one given). Use Image.LANCZOS for high-quality downscaling.

Convert Format

Convert between PNG, JPG, WebP. Handle RGBA-to-JPG by compositing onto white background. Apply format-specific quality settings (WebP: 85, JPG: 90, PNG: optimize).

Trim Whitespace

Auto-crop surrounding whitespace from logos and icons. Convert to RGBA first, then use getbbox() to find content bounds.

Thumbnail

Fit within max dimensions while maintaining aspect ratio. Use img.thumbnail((size, size), Image.LANCZOS).

Optimise for Web

Resize + compress in one step. Convert to WebP for best compression. Typical settings: width 1920, quality 85.

OG Card (1200x630)

Generate Open Graph card with title/subtitle overlay on a background image or solid colour. Apply semi-transparent overlay for text readability. Centre text horizontally.

Common Workflows

Logo Cleanup (client-supplied JPG with white background)

  • Trim whitespace

  • Convert to PNG (for transparency)

  • Create favicon-sized version (thumbnail at 512px)

Prepare Hero Image for Production

Resize to max width 1920, convert to WebP, compress at quality 85.

Batch Process

For multiple images, generate a single script that loops over all files rather than processing one at a time.

Pipeline with Gemini Image Gen

Generate images with the gemini-image-gen skill, then process them:

  • Generate with Gemini (raw PNG output)

  • User picks favourite

  • Optimise: resize to target width, convert to WebP, compress

Output Format Guide

Use case Format Why

Photos, hero images WebP Best compression, wide browser support

Logos, icons (need transparency) PNG Lossless, supports alpha

Fallback for older browsers JPG Universal support

Thumbnails WebP or JPG Small file size priority

OG cards PNG Social platforms handle PNG best

Reference Files

When Read

Implementing any Pillow operation references/pillow-patterns.md

Weekly Installs397Repositoryjezweb/claude-skillsGitHub Stars618First SeenFeb 27, 2026Security AuditsGen Agent Trust HubPassSocketWarnSnykPassInstalled oncodex371opencode371gemini-cli370github-copilot370kimi-cli369amp369

forumユーザーレビュー (0)

レビューを書く

効果
使いやすさ
ドキュメント
互換性

レビューなし

統計データ

インストール数1.0K
評価4.6 / 5.0
バージョン
更新日2026年3月17日
比較事例1 件

ユーザー評価

4.6(19)
5
0%
4
0%
3
0%
2
0%
1
0%

この Skill を評価

0.0

対応プラットフォーム

🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI

タイムライン

作成2026年3月17日
最終更新2026年3月17日