Rotate uploaded images based on the orientation stored in the exif data
authorMarcel Werk <burntime@woltlab.com>
Sat, 23 Mar 2019 22:26:01 +0000 (23:26 +0100)
committerMarcel Werk <burntime@woltlab.com>
Sat, 23 Mar 2019 22:26:01 +0000 (23:26 +0100)
commit075fe3707064830dfed33d7fe2fd914137bdf67f
tree16952efca7a0fbc9cb58160985143079acefaa3f
parent82b75853f88a5de48d32b7aed5a11288ef4d0859
Rotate uploaded images based on the orientation stored in the exif data

Closes #2876
wcfsetup/install/files/lib/data/user/UserProfileAction.class.php
wcfsetup/install/files/lib/data/user/avatar/UserAvatarAction.class.php
wcfsetup/install/files/lib/system/upload/AvatarUploadFileSaveStrategy.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/upload/UserCoverPhotoUploadFileSaveStrategy.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/util/ImageUtil.class.php