Image enhancement suite
My comprehensive, tested + audited, library of skills to use for ChatGPT.
npx -y skills add dkyazzentwatwa/chatgpt-skills --skill image-enhancement-suiteAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
What its author says it does
Copied from the file, not written here
Process images for cleanup, conversion, metadata, comparison, icons, palettes, collages, and sprite sheets. Use for single-image or batch image workflows.
SKILL.md
1.3 KB, as published. Nobody here has run it
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
- Start with
scripts/image_enhancer.pyfor general-purpose image work. - Use focused helpers when the task is narrow:
background_remover.pyimage_comparison.pyimage_metadata.pyimage_filter.pycolor_palette_extractor.pyicon_generator.pycollage_maker.pysprite_sheet_generator.py
- 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.