forked from leftypol/leftypol
DefaultImageFormatReader.php: GdImageFormatReader isn't from gd
This commit is contained in:
parent
a1aefc0d6b
commit
cd8d93ad05
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
namespace Vichan\Service\Media;
|
||||
|
||||
|
||||
class GdImageFormatReader implements ImageFormatReader {
|
||||
class DefaultImageFormatReader implements ImageFormatReader {
|
||||
/**
|
||||
* getimagesize() is agnostic of any image metadata.
|
||||
* If e.g. the Exif Orientation flag is set to a value which rotates the image by 90 or 270 degress, index 0 and 1
|
Loading…
Add table
Add a link
Reference in a new issue