huangyz0918 / AndroidWM

An android image watermark library that supports steganography.
http://huangyz.name/AndroidWM/
Apache License 2.0
1.59k stars 202 forks source link

Update the demo gifs in README.md. #16

Open huangyz0918 opened 6 years ago

huangyz0918 commented 6 years ago

We have two gifs in the invisible watermark section, with the code comes to the newer version, the demo gifs have been out of date, I think we can update it using the newest version of demo.

All you need is to:

Note: The gifs cannot be too large or it will take a really long time to load.

Tagsahil commented 6 years ago

can I do this?

huangyz0918 commented 6 years ago

@Tagsahil Sure.

huangyz0918 commented 6 years ago

@Tagsahil When you run the demo, please replace all the isLSB value to true in the MainActivity.java of sample, and set the MAX_IMAGE_SIZE to 1024 in Constant.java.

After you finished the gif recording, please revert those changes, thanks.