Skip to content

Releases: alifsemi/alif_image-processing-lib

v1.3.3

09 Dec 12:48
6ba838b

Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.3.3

v1.3.2

31 Oct 06:52
80b6734

Choose a tag to compare

Add default implementations for cache management and video allocation functions

v1.3.1

03 Oct 12:19
1353536

Choose a tag to compare

  • Bugfixes
  • Cosmetic changes

v1.3.0

07 Aug 11:15
a700fef

Choose a tag to compare

Rework demosaicing component

v1.2.1

24 Jun 16:02
db75d8f

Choose a tag to compare

Add LGPL license for aipl_bayer.h and aipl_bayer.c

v1.2.0

11 Jun 07:09
e80e3f6

Choose a tag to compare

  • Bugfixes
  • Library as Zephyr module
  • CMake configuration to cross compile a binary

v1.1.1

14 Apr 08:48
f0cf717

Choose a tag to compare

Optimize Helium accelerated implementations

v1.1.0

21 Mar 10:18
76a00c8

Choose a tag to compare

Changes:

  • Optimize color conversion functions
  • Restructure the library to allow users to directly choose implementations by suffixing the call with _dave2d, _helium or _default.
  • Introduce additional configuration options

v1.0.1

17 Feb 14:05
6420add

Choose a tag to compare

Changes:

  • Fix the PDSC file schema check failure

v1.0.0

11 Feb 06:54
781f0e2

Choose a tag to compare

Basic operations:

  • Crop
  • Flip
  • Resize
  • Rotate

Color correction:

  • Color correction using a matrix
  • White balance
  • Lookup Table channel transformation

Supported formats:

  • ALPHA8
  • ARGB8888
  • ARGB4444
  • ARGB1555
  • RGBA8888
  • RGBA4444
  • RGBA5551
  • BGR888
  • RGB888
  • RGB565
  • YV12
  • I420
  • I422
  • I444
  • I400
  • NV21
  • NV12
  • YUY2
  • UYVY

Supported bayer filters that can be decoded into RGB888, BGR888 or RGB565 image:

  • RGGB
  • GRBG
  • BGGR
  • GBRG