Releases: openize-com/openize-heic-java
Releases · openize-com/openize-heic-java
v25.9.0
New features & enhancements in version 25.9.0:
- Added
ContentLightLevelInfobox parsing; - Added access to more metadata (including
ColourType,GroupsListBox, etc.); - Added
ToStringsummary method to image frame; - Improved parallel processing for enhanced stability;
- Changed the way
Framesproperty is calculated (altr group logic and no thumbnails); - Changed frame properties loading to support iOS18+ files;
- Added box types used in iOS18+ files;
- Performed memory optimizations;
- API markdown fixes;
- Minor spelling fixes.
Openize HEIC: The library has become thread-safe
v.25.8 optimizations
Openize HEIC: Memory using improvements
- added a new parameter int[] dstArray in the methods getByteArray, getInt32Array of classes HeicImage and HeicImageFrame. It allows allocating the destination buffer only once.
- updated API documentation