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

WatermarkDetector should not return both image and text callbacks. #15

Closed huangyz0918 closed 6 years ago

huangyz0918 commented 6 years ago

The callback will return two overwrite methods, but it's obviously impossible for us to get both image and text watermarks from single image, we should redesign the calling methods.

huangyz0918 commented 6 years ago

Fixed.