Releases: Ashampoo/kim
Releases · Ashampoo/kim
Kim v0.17.6
Bugfix: PhotoMetadata.merge() must respect imageFormat
field.
Kim v0.17.5
Included imageFormat into PhotoMetadata.kt
This information should be carried by this class.
This is now needed for Ashampoo Photo Organizer.
Kim v0.17.4
Improved handling of corrupted JPEG.
Added some broken JPEG files to the testing lib and changed logic to read some of them.
Kim v0.17.3
Memory fix: Don't read TIFF strip bytes by default, only on demand
Kim v0.17.2
- Support for TIFF files with multiple strip bytes
- Fixed some import problems for Kim.readMetadata() extension functions
Kim v0.17.1
TiffWriter preserves strip bytes. This enables adding GeoTiff data to existing tiff files.
Kim v0.17
Introducing crude GeoTiff read support.
Kim v0.16.4
Better Java support and usage sample
Kim v0.16.3
Lowered required JDK version to 17.
Kim v0.16.2
Moved kotlinx-io extensions out of commonMain sourceset, because JS target in browser wasn't working without error messages.