forked from leftypol/leftypol
PngExifReader.php: remove bad comment
This commit is contained in:
parent
fa3b7ff795
commit
f881265ce3
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ namespace Vichan\Data\Driver\Metadata;
|
||||||
class PngExifReader implements ExifReader {
|
class PngExifReader implements ExifReader {
|
||||||
// Chunks larger than this will be ignored.
|
// Chunks larger than this will be ignored.
|
||||||
private const MAX_CHUNK_SIZE = 1048576; // 1 MB.
|
private const MAX_CHUNK_SIZE = 1048576; // 1 MB.
|
||||||
private const MAX_CHUNK_COUNT = 32; // 1 MB
|
private const MAX_CHUNK_COUNT = 32;
|
||||||
private const ORIENTATION_TAG_ID = 0x0112;
|
private const ORIENTATION_TAG_ID = 0x0112;
|
||||||
// Exif data type identifier.
|
// Exif data type identifier.
|
||||||
private const TYPE_SHORT = 0x3;
|
private const TYPE_SHORT = 0x3;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue