Arm Keil MDK v6 Essential and Professional editions are now available to buy as monthly or annual subscriptions from our Developer Tools store. Visit the store to get access to the tools suite today!

  1. Packs
  2. AIPL

Change Log

Version 1.1.1: April 11, 2025

Get Pack
        Optimize Helium accelerated implementations

Version 1.1.0: March 18, 2025

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

Version 1.0.1: Feb. 17, 2025

Get Pack
      Fix the PDSC file schema check failure

Version 1.0.0: Dec. 23, 2024

Get Pack
      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
        * RGB565
        * YV12
        * I420
        * I422
        * I444
        * I400
        * NV21
        * NV12
        * YUY2
        * UYVY
      Supported bayer filters that can be decoded into RGB888 or BGR888 image:
        * RGGB
        * GRBG
        * BGGR
        * GBRG