potatothumb
===========

Creates a tiny potato quality thumbnail placeholder that is similar in color as
the source image. Also generate a primary base color of the image as fallback
when webp is unsupported or disabled.


Dependencies
------------

- Imagemagick
- base64
- POSIX sh, awk, sort, etc.


Caveats/broken web stuff
------------------------

Note that in modern Firefox versions the background is white while loading.
This used to be transparent. In other browsers such as Webkit-based browsers
this is not the case and it looks better:

	https://bugzilla.mozilla.org/show_bug.cgi?id=1556156


Inspired by
-----------

- https://evanw.github.io/thumbhash/
- https://github.com/woltapp/blurhash
