lut_transformer 1.0.0
lut_transformer: ^1.0.0 copied to clipboard
A Flutter plugin to apply 3D LUT (.cube) filters to videos on Android. Transforms video colors based on a provided LUT file.
1.0.0 #
- Initial release of the
lut_transformerplugin. - Supports applying 3D LUT (.cube) filters to videos on the Android platform.
- Features include:
- Video transformation with LUT application.
- 1:1 aspect ratio cropping during transformation.
- Progress reporting for the transformation process.
- Includes an example application demonstrating plugin usage.
- Added integration tests for
getPlatformVersionandtransformVideo. - Added unit tests for Android native code (CubeParser, LutTransformerPlugin).