flutter_blind_watermark 0.0.2 copy "flutter_blind_watermark: ^0.0.2" to clipboard
flutter_blind_watermark: ^0.0.2 copied to clipboard

A Flutter plugin for embedding and extracting invisible watermarks using DWT-DCT-SVD algorithm. Watermarks survive compression, cropping, and other attacks.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.0.2 - 2024-12-23 #

Changed #

  • Added pub.dev topics for better discoverability (watermark, image-processing, steganography, ffi, security)

0.0.1 - 2024-12-23 #

Added #

  • Initial release of Flutter Blind Watermark plugin
  • DWT-DCT-SVD based invisible watermarking algorithm
  • Support for text, binary, and image watermarks
  • Synchronous API for simple use cases
  • Asynchronous API with Dart isolates for non-blocking UI
  • Support for PNG, JPEG, WebP, BMP, and GIF input formats
  • Output support for PNG, JPEG, and WebP formats
  • Android platform support via FFI
  • iOS platform support via FFI
  • Configurable embedding strength parameters (d1, d2)
  • Password-based watermark encryption
  • Comprehensive example application
0
likes
150
points
144
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for embedding and extracting invisible watermarks using DWT-DCT-SVD algorithm. Watermarks survive compression, cropping, and other attacks.

Repository (GitHub)
View/report issues

Topics

#watermark #image-processing #steganography #ffi #security

Documentation

API reference

License

MIT (license)

Dependencies

ffi, flutter

More

Packages that depend on flutter_blind_watermark

Packages that implement flutter_blind_watermark