Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.09 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.09 KB

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