image_native_watermark 0.0.4
image_native_watermark: ^0.0.4 copied to clipboard
High-performance native Android & iOS camera frame processing and watermarking (NV21/BGRA to JPEG, rotation, flipping, resizing, and text overlay).
0.0.4 #
- Updated Dart SDK constraint to
'>=3.0.0 <4.0.0'and Flutter SDK constraint to'>=3.10.0'to improve compatibility with older Flutter and Dart projects.
0.0.3 #
- Added
ImageNativeWatermark.processImagePathto watermark image files directly from file paths (e.g., images picked viaimage_picker). - Native image decoding and rendering for file-based watermarking on Android and iOS.
- Comprehensive Dartdoc documentation added across public API elements.
- Added interactive example project under
example/. - Updated LICENSE to standard OSI MIT license format.
0.0.2 #
- Initial patch update.
0.0.1 #
- Initial release of
image_native_watermark. - High-performance native Android & iOS camera frame processing (NV21/BGRA byte conversion, rotation, flipping, resizing, text watermarking, and JPEG compression).