watermark-removal
π―Skillfrom horace4444/extend-my-claude-code
Intelligently removes watermarks from any image using ML-based inpainting, auto-detection, and multiple removal methods across various sources.
Part of
horace4444/extend-my-claude-code(9 items)
Installation
python .claude/skills/watermark-removal/scripts/remove-watermark.py \python .claude/skills/watermark-removal/scripts/batch-process.py \python scripts/remove-watermark.py input.png output.png --method inpaintpython scripts/remove-watermark.py input.png output.png --method aggressivepython scripts/remove-watermark.py input.png output.png --no-detect+ 11 more commands
Skill Details
"Universal watermark removal with ML-based inpainting and automatic detection. Works on ANY watermark type (Google SynthID, Midjourney, DALL-E, stock photos, logos). Four methods: inpaint (ML, best quality), aggressive (fast), crop (fastest), paint (basic). Auto-detects watermark location in any corner. Use when: (1) Removing ANY type of watermark, (2) Google AI/Imagen/Gemini watermarks, (3) Stock photo watermarks, (4) Logo overlays, (5) Cleaning images for production, (6) Batch processing, or (7) User mentions 'watermark', 'remove watermark', 'clean image', 'SynthID'"
More from this repository8
Seamlessly integrates AI models, databases, and authentication for building scalable, production-ready AI applications with best-practice model selection and API management.
Generates high-quality images using Google's Imagen and Gemini AI models with automatic pricing and cost tracking.
Generates a comprehensive YAML project map that provides instant codebase understanding, mapping architecture, file structure, documentation, and key resources in under 5k tokens.
Builds production-ready Claude AI agents in TypeScript using the @anthropic-ai/claude-agent-sdk, enabling custom tool development, multi-agent workflows, and enterprise-grade automation.
Converts, resizes, compresses, and optimizes images across multiple formats with high-quality Python Pillow processing.
Reviews UI code against web design best practices, checking accessibility, UX, and interface guidelines for web projects.
A comprehensive guide for creating skills that extend Claude's capabilities with specialized knowledge and workflows. ``` Generates a concise, practical description that captures the skill's purpo...
Implements best practices and optimized configurations for React projects deployed on Vercel, enhancing performance and development workflow.