Skip to content

Commit 2ee5989

Browse files
committed
Compressed background jpg
1 parent 1ef4ea3 commit 2ee5989

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

TODO.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,3 @@
88
- `"thumb": "17-0"`, or
99
- `"img": "17-0"`?
1010
- Assign ID's for families.
11-
12-
- Write a short script that will minify all of the png images in a folder. Apply that script to the `thumbs` folder (nested somewhere within `public`).
13-
- These thumbs are quite large -- they take up 3-5kb each, and there are 371 of them, for 1000-1600kb. I can't remember if I already attempted to minify them, but another go would not hurt.

docs/NOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Notes
2+
3+
### Image Compression
4+
5+
- I compressed the images loaded in `./public/img/` with the Mac OSX app "ImageOptim". It's _great_.
6+
- I got an average of 35% lossless compression on my PNG thumbs, and
7+
- About 8% lossless compression on my already-compressed JPG background image.
8+
- The most impressive thing about said background image: I tested out lossy compression at 85% quality for this thing. The image was compressed by a further 33%. But more importantly, _the lossily compressed image looks better than the non-lossily compressed image._

public/img/bkgd/sunset_field_1920.jpg

-41 KB
Loading
303 KB
Loading

0 commit comments

Comments
 (0)