darickc / MMM-BackgroundSlideshow

MIT License
146 stars 84 forks source link

Added management of the picture orientation #36

Closed zedug closed 5 years ago

zedug commented 5 years ago

I love the module but I got frustrated that my family pictures would should up sideways. So I added code to look for an EXIF 'Orientation' tag in the picture to display, and then I rotate the division backgroud image accordingly.

This uses the exif-js library so I also added a package.json in order to install it.

darickc commented 5 years ago

Nice, well done.