Browse Source

Fixed a bug preventing photos form being rotated

Bocquet Aldric 8 years ago
parent
commit
dffce28eb4
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 {