Skip to content

Instantly share code, notes, and snippets.

@hellopatrick
Last active August 5, 2017 12:30
Show Gist options
  • Save hellopatrick/4174615919812c86bfa61394bd8ba63e to your computer and use it in GitHub Desktop.
Save hellopatrick/4174615919812c86bfa61394bd8ba63e to your computer and use it in GitHub Desktop.
A Brief History of GIF Brewery's Algorithm Options.

In the beginning, there were GIFs created simply using Apple's CoreGraphics library. This was called the "None" algorithm.

None

None

Then, eventually, dithering was discovered, but not fully understood.

Pre-3.3.1 Ordered

3.3 Ordered

Pre-3.3.1 Sierra

3.3 Sierra

Then, in GIF Brewery 3.3.1, ordered dithering was meditated upon and color quantization improved.

3.3.1 Ordered

3.3.1 Ordered

3.3.1 Sierra

3.3.1 Sierra

Then, in GIF Brewery 3.4, sierra dithering was re-investigated and ordered dithering adjusted with the new knowledge.

3.4 Ordered

3.4 Ordered

3.4 Sierra

Exciting conclusion after this click! (Actually, the file size is just too large for Github.)

@JohnCoates
Copy link

Great breakdown!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment