RealAshampoo Kim Versions Save

Image metadata manipulation library for Kotlin Multiplatform

v0.17.7

3 weeks ago
  • Update to kotlinx-io v0.3.3
  • Update to ktor v2.3.10
  • Provided API to read from java.nio.file.Path

v0.17.6

3 weeks ago

Bugfix: PhotoMetadata.merge() must respect imageFormat field.

v0.17.5

3 weeks ago

Included imageFormat into PhotoMetadata.kt

This information should be carried by this class. This is now needed for Ashampoo Photo Organizer.

v0.17.4

1 month ago

Improved handling of corrupted JPEG.

Added some broken JPEG files to the testing lib and changed logic to read some of them.

v0.17.3

1 month ago

Memory fix: Don't read TIFF strip bytes by default, only on demand

v0.17.2

1 month ago
  • Support for TIFF files with multiple strip bytes
  • Fixed some import problems for Kim.readMetadata() extension functions

v0.17.1

1 month ago

TiffWriter preserves strip bytes. This enables adding GeoTiff data to existing tiff files.

v0.17

1 month ago

Introducing crude GeoTiff read support.

v0.16.4

1 month ago

Better Java support and usage sample

v0.16.3

1 month ago

Lowered required JDK version to 17.