/shiver_me_dithers

Dithers, Colorspaces, and Palettes OH MY.

Primary LanguageShellMIT LicenseMIT

example output

Shiver Me Dithers

Given a source image, use ImageMagick to apply palette remapping in various color spaces with various ordered dithers to create interesting retro art.

Palettes

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.

Requires

  • ImageMagick
  • Bash