Browse Source

Merge pull request #486 from karlak/develop

Fixed a bug preventing photos form being rotated
Tobias Reich 8 years ago
parent
commit
12e8491b96
1 changed files with 1 additions and 0 deletions
  1. 1 0
      php/Modules/Photo.php

+ 1 - 0
php/Modules/Photo.php

@@ -4,6 +4,7 @@ namespace Lychee\Modules;
 
 use ZipArchive;
 use Imagick;
+use ImagickPixel;
 
 final class Photo {