naggie / crates

2013: Crates, a media database with immutability, federation and filesystem mapping, playlists for DJing
MIT License
5 stars 2 forks source link

Thumbnail generation #8

Closed naggie closed 9 years ago

naggie commented 9 years ago

Loading full resolution cover art over wifi is slower than it could be, particularly considering some are several megapixels.

Use Pillow with Lanczos resampling or something to generate a png

naggie commented 9 years ago

Done. Leaves black to make a square sometimes, might change that.