Searched refs:MAX_EXIF_SIZE (Results 1 – 1 of 1) sorted by relevance
75 private static final int MAX_EXIF_SIZE = 65535; field in ExifOutputStream219 if (exifSize + 8 > MAX_EXIF_SIZE) { in writeExifData()