README - jscancer - Javascript crap (relatively small) | |
git clone git://git.codemadness.org/jscancer | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
README (706B) | |
--- | |
1 potatothumb | |
2 =========== | |
3 | |
4 Creates a tiny potato quality thumbnail placeholder that is similar in c… | |
5 the source image. Also generate a primary base color of the image as fal… | |
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 loadi… | |
21 This used to be transparent. In other browsers such as Webkit-based brow… | |
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 |