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

Hide text and other content into PNG files. The passed content gets encoded as Base64, then compressed using the LZW algorithm.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add png_hide

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  png_hide: ^0.0.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:png_hide/bit_data.dart';
import 'package:png_hide/illegal_state_exception.dart';
import 'package:png_hide/lzw.dart';
import 'package:png_hide/png_encoder.dart';
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Hide text and other content into PNG files. The passed content gets encoded as Base64, then compressed using the LZW algorithm.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

image

More

Packages that depend on png_hide