Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
dkyazzentwatwa avatar

Image Enhancement Suite

  • 266 installs
  • 84 repo stars
  • Updated April 8, 2026
  • dkyazzentwatwa/chatgpt-skills

image-enhancement-suite is an agent skill with Python image scripts for developers who need to upscale, clean up, and format screenshots and marketing assets without a dedicated design toolchain.

About

image-enhancement-suite is the primary image toolkit in dkyazzentwatwa/chatgpt-skills, bundling general and specialized Python helpers for single-image and batch workflows. Developers start with scripts/image_enhancer.py for resize, crop, watermark, compress, and format conversion, then reach for focused modules including background_remover.py, image_comparison.py, image_metadata.py, image_filter.py, color_palette_extractor.py, icon_generator.py, collage_maker.py, and sprite_sheet_generator.py. The skill targets landing pages, app UI screenshots, and product marketing assets where quick cleanup beats manual Photoshop work. Guardrails require preserving originals when quality tradeoffs are uncertain, flagging heuristic background removal, and choosing vector-oriented tooling when the request is illustration rather than raster editing. Batch mode applies only when the same transforms should run consistently across a folder of files.

  • Upscale and sharpen workflows
  • Noise and artifact cleanup
  • Crop and composition guidance
  • Brand-consistent visual polish
  • Batch-ready asset preparation

Image Enhancement Suite by the numbers

  • 266 all-time installs (skills.sh)
  • Ranked #540 of 1,337 Generative Media skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/dkyazzentwatwa/chatgpt-skills --skill image-enhancement-suite

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs266
repo stars84
Last updatedApril 8, 2026
Repositorydkyazzentwatwa/chatgpt-skills

How do you batch resize and clean app screenshots?

Enhance, upscale, clean up, and prepare images for landing pages, app UI, marketing assets, and product screenshots without a separate design toolchain.

Who is it for?

Developers preparing UI screenshots, marketing hero images, or icon sets who want scriptable PIL-style transforms inside an agent session.

Skip if: Vector illustration authoring, video editing, or brand-system design work that needs Figma or professional retouching judgment.

When should I use this skill?

Raster images need resize, compression, background removal, palette extraction, or sprite-sheet assembly for a web or mobile release.

What you get

Resized, compressed, or background-removed image files, extracted color palettes, icons, collages, or sprite sheets saved alongside preserved originals.

  • Processed image files
  • Sprite sheets or collages
  • Extracted color palettes

By the numbers

  • Bundles 9 focused Python image helper scripts plus image_enhancer.py

Files

SKILL.mdMarkdownGitHub ↗

Image Enhancement Suite

Use this as the primary image toolkit. It now includes the repo's background removal, metadata, comparison, filter, palette, icon, collage, and sprite helpers.

Use This For

  • Resize, crop, watermark, compress, and format conversion
  • Background removal and quick cleanup
  • Image comparisons and metadata inspection
  • Palette extraction, icon generation, collages, and sprite sheet assembly

Workflow

1. Start with scripts/image_enhancer.py for general-purpose image work. 2. Use focused helpers when the task is narrow:

  • background_remover.py
  • image_comparison.py
  • image_metadata.py
  • image_filter.py
  • color_palette_extractor.py
  • icon_generator.py
  • collage_maker.py
  • sprite_sheet_generator.py

3. Prefer batch operations only when the same transforms should be applied consistently.

Guardrails

  • Preserve originals when quality tradeoffs are uncertain.
  • Say when a background removal or smart crop is heuristic, not exact.
  • Use vector output or SVG-oriented tooling when the request is really illustration, not raster editing.

Related skills

How it compares

Pick image-enhancement-suite for quick raster cleanup in the repo; use a generative image model skill when you need net-new illustrations rather than editing existing screenshots.

FAQ

Which script should image-enhancement-suite run first?

image-enhancement-suite starts most jobs with scripts/image_enhancer.py for resize, crop, watermark, compress, and format conversion. Narrow tasks like background removal or sprite sheets use the dedicated helper modules listed in the skill workflow.

Does image-enhancement-suite overwrite original files?

image-enhancement-suite instructs agents to preserve originals when quality tradeoffs are uncertain. Background removal and smart crops are treated as heuristic, and agents should warn when output may not be pixel-perfect.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.