Skip to content

Releases: Ashampoo/kim

Kim v0.14.2

19 Feb 12:14
a496d44
Compare
Choose a tag to compare
  • Bugfix for PhotoMetadata.merge()
  • Performance improvements for reading RAF files
  • JpegImageParser.getImageSize() performance improved
  • DefaultRandomAccessByteReader performance improved
  • Canon MakerNotes extended
  • Other small refactorings

Kim v0.14.1

16 Feb 16:38
fbc57be
Compare
Choose a tag to compare

Improvements for handling some broken JPEG files.

Kim v0.14

11 Feb 17:58
a12f08b
Compare
Choose a tag to compare

WebP write support

Kim v0.13.2

05 Feb 09:55
a3619e0
Compare
Choose a tag to compare

Fixed cut-off bug in PngChunkText.
Some characters at the end of the text value are cut off.

Does not have any implication on PNG rewrites. They are lossless.

Kim v0.13.1

04 Feb 12:56
5d1b28e
Compare
Choose a tag to compare

Small bugfix for reading some HEIC files.

Kim v0.13

02 Feb 20:16
01fbb78
Compare
Choose a tag to compare
  • JPEG XL write support
  • Dependency updates
  • Bugfixes

Kim v0.12.1

29 Jan 11:29
8b7ddd4
Compare
Choose a tag to compare
  • BMFF refactoring: Removed PositionTrackingByteReader
  • Disabled Detekt rule "UnderscoresInNumericLiterals"
  • TiffField: toInt(), toShort() & toDouble() cover more cases

Kim v0.12

26 Jan 11:38
adf017b
Compare
Choose a tag to compare
  • Refactored APIs for more streamlined code
  • Improved RAW support
  • Prepared MakerNote support

Kim v0.11

21 Jan 19:35
16c03b8
Compare
Choose a tag to compare

Support for reading WebP files.

Kim v0.10

20 Jan 17:56
5ce748e
Compare
Choose a tag to compare

Can now also read AVIF & JPEG XL (uncompressed)

Some packages have been renamed to singular:

  • com.ashampoo.kim.format.jpeg.segments -> com.ashampoo.kim.format.jpeg.segment
  • com.ashampoo.kim.format.tiff.constants -> com.ashampoo.kim.format.tiff.constants
  • com.ashampoo.kim.format.tiff.taginfos -> com.ashampoo.kim.format.tiff.taginfo
  • com.ashampoo.kim.format.tiff.fieldtypes -> com.ashampoo.kim.format.tiff.fieldtype
  • com.ashampoo.kim.format.bmff.boxes -> com.ashampoo.kim.format.bmff.box
  • com.ashampoo.kim.format.png.chunks -> com.ashampoo.kim.format.png.chunk