Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 324 Bytes

3rdPartyTools.md

File metadata and controls

9 lines (7 loc) · 324 Bytes

3rd Party Tools

Image Dithering

Images have been dithered using:
https://legacy.imagemagick.org/Usage/quantize/#od_posterize

Ordered Dither using Uniform Color Levels

  • convert my-image.png -ordered-dither checks,6 my-image-dithered.gif
  • output file type must be a gif to use it as a server profile picture