Process images for web development using Pillow (Python). Resize, convert, trim, optimise, and composite — no ImageMagick or native dependencies required.
All commands use scripts/process-image.py. Each takes --output (-o) and optional --quality (-q).
Scale an image to specific dimensions or by width/height (maintains aspect ratio if only one given).
웹 개발을 위한 이미지 처리 - 크기 조정, 자르기, 공백 다듬기, 형식 변환(PNG/WebP/JPG), 파일 크기 최적화, 썸네일 생성, OG 카드 이미지 생성. Pillow(Python)를 사용합니다. ImageMagick이 필요하지 않습니다. '이미지 크기 조정', 'webp로 변환', '로고 다듬기', '이미지 최적화', '썸네일 만들기', 'OG 이미지 생성', '공백 자르기', '프로세스 이미지' 또는 '이미지가 너무 큼'으로 트리거합니다. 출처: jezweb/claude-skills.