|
|
|
|
|
by dgacmu
1016 days ago
|
|
We use webp internally for storing very small images that are cropped out of larger images (think individual bugs on a big strip). Webp lets us get them small enough we can store the binary image data directly in postgres which was a lovely simplification. (We evaluated it for storing a bunch of other stuff but didn't find it worth the compatibility and need to transcode problems) |
|