Skip to content

Releases: mrousavy/vision-camera-resize-plugin

Release 3.2.0

06 Dec 13:40

Choose a tag to compare

3.2.0 (2024-12-06)

Bug Fixes

  • VisionCamera/VisionCameraProxy.h file not found (#66) (ff3b6d2)

Features

Release 3.1.0

03 May 13:48
a36c428

Choose a tag to compare

3.1.0 (2024-05-03)

Bug Fixes

  • Fix ARGB to RGBA conversion on iOS by swapping R and A channels (#56) (a9fadfb)
  • Fix rotation being parsed incorrectly (#61) (bfa3142)
  • Remove Flipper from example (#57) (fec439b)

Features

Release 3.0.0

29 Apr 09:15
663e0bd

Choose a tag to compare

3.0.0 (2024-04-29)

Bug Fixes

  • Fix Float32 conversion on IOS (#54) (6f3cdfe)
  • Fix incorrect dimensions of YCbCr buffer (8a190a3)
  • Fix libyuv convert functions calls on Android (#53) (e5b0c3f)
  • Make rotation optional (fff766b)
  • Optimize iOS/Android codebases (type-safety and performance) (#52) (c7e8703)

Features

Release 2.1.1

14 Mar 09:41
3f49aa4

Choose a tag to compare

2.1.1 (2024-03-14)

Bug Fixes

  • Fix missing arguments in native func decl on Android (#46) (7081ba9)

Release 2.1.0

12 Mar 13:56
78acd6b

Choose a tag to compare

2.1.0 (2024-03-12)

Bug Fixes

Features

  • Add mirror and rotation features (#25) (9280118)

Release 2.0.1

29 Jan 17:09
1e998f2

Choose a tag to compare

2.0.1 (2024-01-29)

Bug Fixes

  • Import stdfloat for float32_t type (bd2d63d)
  • Use float for 32-bit (5563730)

Release 2.0.0

29 Jan 10:37
96c2af2

Choose a tag to compare

2.0.0 (2024-01-29)

Features

  • 🚀 Completely rewritten Android codebase in C++ using libyuv (powered by ARM NEON SIMD instructions) (#19)
  • 🖼️ Add crop parameter (center-crop vs stretch to scale) (ddf0e06)
  • Create GitHub actions (62df690)
  • Implement Android base (b5464f5)
  • Implement scaling on Android (78c0292)

Bug Fixes

  • Add VisionCamera to iOS Pod dependency (794da73)
  • Fix CI paths (d4ec1fd)
  • Fix CIs (17be38c)
  • Fix wrong scaling due to rounding issue (fa4944f)
  • Validate input Image Format (5e383c0)

Release 1.2.2

25 Jan 16:47
eb66dc0

Choose a tag to compare

1.2.2 (2024-01-25)

Bug Fixes

Release 1.2.1

25 Jan 16:38
fd7ea44

Choose a tag to compare

1.2.1 (2024-01-25)

Release 1.2.0

25 Jan 16:37
64118f8

Choose a tag to compare

1.2.0 (2024-01-25)

Bug Fixes

Features

  • Implement cropping on iOS (641e3ee)

Performance Improvements