localwiki / localwiki-backend-server

Primary LocalWiki backend server environment
GNU General Public License v2.0
48 stars 16 forks source link

Respect rotation EXIF flag when uploading an image. #26

Open philipn opened 9 years ago

philipn commented 9 years ago

From @moorepants on August 10, 2013 22:26

Is it possible to have localwiki respect the EXIF rotation flag? If it could then a user wouldn't have to actually rotate images they've taken with their camera before uploading.

Could you check for the flag on upload and rotate the image server side?

Copied from original issue: localwiki/localwiki#607