forked from leftypol/leftypol
ImageMetadata.php: add doc
This commit is contained in:
parent
d5b4f2cd0f
commit
7367cf4b7e
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue