v0.20.2
- Add
Image::on_load_layoutevent fired after new image is loaded and layout. - Optimize image decoding, faster and less memory use.
- Decodes directly to the IPC memory map.
- Optimized EXIF orientation transforms.
- Optimized conversion to BGRA8 or A8 display formats.
- Add
IpcBytesMut::reverse_chunksand related methods for reversing chunks. - Add
IpcBytesMut::reduce_in_placeand related methods for reusing allocation for chunked conversion when output chunks are smaller. - Add
IpcBytesMut::truncatefor truncation and shrinking on finish. - Add
IpcBytes::castandIpcBytesMut::castfor bytemuck safe casting. - Fix missing image formats in the view-process encoder and decoder lists.
Crates will be available on crates.io once Publish completes.