PngExifReader.php: remove bad comment

This commit is contained in:
Zankaria 2025-03-25 22:23:37 +01:00
parent fa3b7ff795
commit f881265ce3

View file

@ -5,7 +5,7 @@ namespace Vichan\Data\Driver\Metadata;
class PngExifReader implements ExifReader {
// Chunks larger than this will be ignored.
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;
// Exif data type identifier.
private const TYPE_SHORT = 0x3;