Releases: Ashampoo/kim
Releases · Ashampoo/kim
Kim v0.14.2
- 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
Improvements for handling some broken JPEG files.
Kim v0.14
WebP write support
Kim v0.13.2
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
Small bugfix for reading some HEIC files.
Kim v0.13
- JPEG XL write support
- Dependency updates
- Bugfixes
Kim v0.12.1
- BMFF refactoring: Removed PositionTrackingByteReader
- Disabled Detekt rule "UnderscoresInNumericLiterals"
- TiffField: toInt(), toShort() & toDouble() cover more cases
Kim v0.12
- Refactored APIs for more streamlined code
- Improved RAW support
- Prepared MakerNote support
Kim v0.11
Support for reading WebP files.
Kim v0.10
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