HaschekSolutions / pictshare

:camera: PictShare is an open source image, mp4, pastebin hosting service with a simple resizing and upload API that you can host yourself. :rice_scene:
https://www.pictshare.net
Apache License 2.0
819 stars 123 forks source link

auto rotate image before removing exif data #65

Closed evgenyh closed 5 years ago

evgenyh commented 6 years ago

it's generally a question or feature request. if this possible , would be great to know how to achieve that

geek-at commented 6 years ago

is there an exif info for the actual rotation? I don't know anything about that. Do you have any links or info?

evgenyh commented 6 years ago

http://www.imagemagick.org/script/command-line-options.php#auto-orient https://github.com/diversen/image-auto-rotate http://php.net/manual/en/imagick.getimageorientation.php

thanks