diff --git a/inc/Data/ImageMetadata.php b/inc/Data/ImageMetadata.php index ec3642e4..951918e0 100644 --- a/inc/Data/ImageMetadata.php +++ b/inc/Data/ImageMetadata.php @@ -3,7 +3,9 @@ namespace Vichan\Data; class ImageMetadata { + // NOT affected by the exit orientation. public int $width; + // NOT affected by the exif orientation. public int $height; public string $mime; public ?int $exif_orientation;