Given a source image, use ImageMagick to apply palette remapping in various color spaces with various ordered dithers to create interesting retro art.
- CGA (three 4 color modes)
- CGA 16 color
- Tango
- Solarized
- Websafe double hexes (00,11,22, etc)
- DawnBringers 16 color
To use simply plop some images in source_images and run:
./shiver_me_dithers.sh
If you want to make a palette from an existing image run:
./color_juicer.sh <image_file>
Code inspired by ImageMagick documentation on quantization and started from code within.
- ImageMagick
- Bash