| name | image-enhancer |
| description | Improves the quality of images, especially screenshots, by enhancing resolution, sharpness, and clarity. Perfect for preparing images for presentations, documentation, or social media posts. |
Image Enhancer
This skill takes your images and screenshots and makes them look better—sharper, clearer, and more professional.
Prerequisites
- Python 3.7+: Required for image processing scripts
- PIL/Pillow: Image library (install via
pip install pillow)
- OpenCV (cv2): Advanced image enhancement (install via
pip install opencv-python)
- Optional: waifu2x or similar upscaling models for AI enhancement
When to Use This Skill
- Improving screenshot quality for blog posts or documentation
- Enhancing images before sharing on social media
- Preparing images for presentations or reports
- Upscaling low-resolution images
- Sharpening blurry photos
- Cleaning up compressed images
What This Skill Does
- Analyzes Image Quality: Checks resolution, sharpness, and compression artifacts
- Enhances Resolution: Upscales images intelligently
- Improves Sharpness: Enhances edges and details
- Reduces Artifacts: Cleans up compression artifacts and noise
- Optimizes for Use Case: Adjusts based on intended use (web, print, social media)
How to Use
Basic Enhancement
Improve the image quality of screenshot.png
Enhance all images in this folder
Specific Improvements