Closed prettybits closed 8 months ago
Fixes #837, at least going by the stacktrace in the initial report. When processing the pHYs chunk, the "X pixels per unit" and "Y pixels per unit" properties were incorrectly setting PropertyType.INTEGER for values of type Long.
pHYs
PropertyType.INTEGER
Long
Fixes #837, at least going by the stacktrace in the initial report. When processing the
pHYs
chunk, the "X pixels per unit" and "Y pixels per unit" properties were incorrectly settingPropertyType.INTEGER
for values of typeLong
.