SkillAgentSearch skills...

Pixeldetector

Downscale and restore pixel art images that have been resized or corrupted.

Install / Use

/learn @Astropulse/Pixeldetector
About this skill

Quality Score

0/100

Supported Platforms

Zed

README

Pixel Detector

Downscale and restore pixel art images that have been resized or corrupted.

This is primarily created to fix compression issues from saving pixel art in jpg format.

Built into Aseprite with Retro Diffusion pixel art generator (Edit -> FX -> Repair pixel art): https://astropulse.gumroad.com/l/RetroDiffusion

Exaggerated example:

Example

Usage

Requirements: Pillow, Numpy, Scipy

Run pixeldetector.py

Arguments:

-i --input: Expects string, Path to input image

-o --output: Expects string, Path to save output image, default = output.png

-m --max: Expects int, Max colors for computation, more = slower, default = 128

-p --palette: Expects none, Automatically reduce the image to predicted color palette

Credits

Big thanks to https://github.com/paultron for numpy-ifying the downscale calculation and making it tons faster.

Test image by Skeddles https://lospec.com/gallery/skeddles/rock-and-grass

Related Skills

View on GitHub
GitHub Stars333
CategoryDevelopment
Updated2d ago
Forks19

Languages

Python

Security Score

95/100

Audited on Mar 28, 2026

No findings