sdushantha / kunst

Download and display album art or display embedded album art
MIT License
309 stars 28 forks source link

Remove imagemagick dependency #32

Closed Seirdy closed 4 years ago

Seirdy commented 4 years ago

Use FFmpeg to convert images, removing the need for imagemagick. FFmpeg was already needed for cover art extraction.

sdushantha commented 4 years ago

That's cool! Didn't know ffmpeg could resize images!