darickc / MMM-BackgroundSlideshow

MIT License
135 stars 78 forks source link

replaced sharp call with jimp call at image resize #114

Closed Tom-Hirschberger closed 2 years ago

Tom-Hirschberger commented 2 years ago

instead of system libraries jimp uses javascript functions to process the images; cause of this no recompile jimp is a little bit slower than sharp but no recompile is needed.

as i am not a javascript guru please review and test the change. i am open minded for changes and input