forked from leftypol/leftypol
ExifReader.php: add exif reader
This commit is contained in:
parent
241854c412
commit
3868e799ee
1 changed files with 7 additions and 0 deletions
7
inc/Data/Driver/Metadata/ExifReader.php
Normal file
7
inc/Data/Driver/Metadata/ExifReader.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
namespace Vichan\Data\Driver;
|
||||
|
||||
|
||||
interface ExifReader {
|
||||
public function getOrientation(string $file): ?int;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue