Skip to content

Releases: Ashampoo/kim

Kim v0.17.6

19 Apr 07:18
42edf90
Compare
Choose a tag to compare

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

Kim v0.17.5

18 Apr 07:29
4a7e6a6
Compare
Choose a tag to compare

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

15 Apr 17:55
fcbfac4
Compare
Choose a tag to compare

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

07 Apr 16:23
9ab5fb6
Compare
Choose a tag to compare

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

Kim v0.17.2

07 Apr 12:07
9959eee
Compare
Choose a tag to compare
  • Support for TIFF files with multiple strip bytes
  • Fixed some import problems for Kim.readMetadata() extension functions

Kim v0.17.1

06 Apr 09:58
e1f8ce8
Compare
Choose a tag to compare

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

Kim v0.17

01 Apr 13:28
24c5cc7
Compare
Choose a tag to compare

Introducing crude GeoTiff read support.

Kim v0.16.4

31 Mar 08:55
1eb257d
Compare
Choose a tag to compare

Better Java support and usage sample

Kim v0.16.3

24 Mar 15:09
49b7f3a
Compare
Choose a tag to compare

Lowered required JDK version to 17.

Kim v0.16.2

19 Mar 09:47
991cd4c
Compare
Choose a tag to compare

Moved kotlinx-io extensions out of commonMain sourceset, because JS target in browser wasn't working without error messages.