README - jscancer - Javascript crap (relatively small)
(HTM) git clone git://git.codemadness.org/jscancer
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
README (706B)
---
1 potatothumb
2 ===========
3
4 Creates a tiny potato quality thumbnail placeholder that is similar in color as
5 the source image. Also generate a primary base color of the image as fallback
6 when webp is unsupported or disabled.
7
8
9 Dependencies
10 ------------
11
12 - Imagemagick
13 - base64
14 - POSIX sh, awk, sort, etc.
15
16
17 Caveats/broken web stuff
18 ------------------------
19
20 Note that in modern Firefox versions the background is white while loading.
21 This used to be transparent. In other browsers such as Webkit-based browsers
22 this is not the case and it looks better:
23
24 https://bugzilla.mozilla.org/show_bug.cgi?id=1556156
25
26
27 Inspired by
28 -----------
29
30 - https://evanw.github.io/thumbhash/
31 - https://github.com/woltapp/blurhash