forked from Cavemanon/cavepaintings
video references image width / height
This commit is contained in:
@ -14,8 +14,8 @@ class Image
|
||||
public const THUMBNAIL_DIR = "thumbs";
|
||||
|
||||
public ?int $id = null;
|
||||
public int $height;
|
||||
public int $width;
|
||||
public int $height = 0;
|
||||
public int $width = 0;
|
||||
public string $hash;
|
||||
public int $filesize;
|
||||
public string $filename;
|
||||
|
Reference in New Issue
Block a user