Skip to content

Releases: Cykooz/fast_image_resize

[2.7.3] - 2023-05-07

07 May 19:52
Compare
Choose a tag to compare

Fixed

  • Fixed size of rows in cropped ImageViewMut created by ImageViewMut::crop method (#17).

[2.7.2] - 2023-05-04

07 May 19:52
Compare
Choose a tag to compare

Fixed

  • Added using of (read|write)_unaligned for unaligned pointers on arm64 and wasm32 architectures (#15).

[2.7.1] - 2023-04-28

07 May 19:51
Compare
Choose a tag to compare

Fixed

  • Added using of (read|write)_unaligned for unaligned pointers on x86_64 architecture (#16).

[2.7.0] - 2023-03-24

24 Mar 21:01
Compare
Choose a tag to compare

Crate

  • Added method DynamicImageViewMut::crop() to create cropped version of DynamicImageViewMut (#13).
  • Added method ImageViewMut::crop() to create cropped version of ImageViewMut.