AndroidWM icon indicating copy to clipboard operation
AndroidWM copied to clipboard

An android image watermark library that supports steganography.

Results 35 AndroidWM issues
Sort by recently updated
recently updated
newest added

请问:空域 LSB 水印添加之后,截屏,再用程序decode时,解不出来,为什么呢?抗干扰能力弱的原因吗?

question
invisible

when spacingmult = 2.0f ![1612689301(1)](https://user-images.githubusercontent.com/11797138/107142189-0bc66a00-6968-11eb-8d9d-c8fe372e5570.jpg) fix to 1.0f ![1612689380(1)](https://user-images.githubusercontent.com/11797138/107142218-357f9100-6968-11eb-956b-f08d5996e071.jpg) result: every '\n' in text ,spacingmult will product n line == spacingmult fix spacingmult2.0f->1.0f

When creating a `WatermarkImage` with a vector drawable resource, generating the final watermark via: `WatermarkBuilder.create(context, backgroundBitmap) .loadWatermarkImage(waterMarkImage) .getWatermark()` throws a `NullPointerException` Here is the full stacktrace: > java.lang.NullPointerException: Attempt to...

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...

生成水印后,图片就逆时针旋转了90度,导致展示的时候竖着拍的图片都是横向压缩显示了

bug
good first issue

`CMake Error: CMake was unable to find a build program corresponding to "Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.`