Releases: alifsemi/alif_image-processing-lib
Releases · alifsemi/alif_image-processing-lib
v1.3.3
What's Changed
- Fix PDSC related problems in some IDEs expecting single row descripti… by @AkiMakkonen-AlifSemi in #4
- Fixed clamping/clipping of the Helium YUV RGB conversion by @AkiMakkonen-AlifSemi in #3
- Release v1.3.3 by @KimmoVaisanen-AlifSemi in #5
Full Changelog: v1.3.2...v1.3.3
v1.3.2
Add default implementations for cache management and video allocation functions
v1.3.1
- Bugfixes
- Cosmetic changes
v1.3.0
Rework demosaicing component
v1.2.1
Add LGPL license for aipl_bayer.h and aipl_bayer.c
v1.2.0
- Bugfixes
- Library as Zephyr module
- CMake configuration to cross compile a binary
v1.1.1
Optimize Helium accelerated implementations
v1.1.0
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
Changes:
- Fix the PDSC file schema check failure
v1.0.0
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