mirror of https://github.com/SixLabors/ImageSharp
Browse Source
Fixes EXIF serialization when `ExifLong8Array` downgrades to `ExifDataType.Long` but still stores values as `ulong`. `ExifWriter.WriteValue` now handles `ulong` inputs in the `Long` branch by writing 32-bit values, and a BigTIFF metadata test verifies mixed in-range values are written correctly as two little-endian `uint`s.pull/3159/head
2 changed files with 22 additions and 0 deletions
Loading…
Reference in new issue