Git Product home page Git Product logo

Comments (3)

huangyz0918 avatar huangyz0918 commented on June 2, 2024

截屏相当于加了一层滤镜,破坏了隐藏在空间域像素中的冗余信息。

from androidwm.

howtoplay avatar howtoplay commented on June 2, 2024

截屏相当于加了一层滤镜,破坏了隐藏在空间域像素中的冗余信息。

先截屏,再加水印,此时获取的回调中的Bitmap是可以解析的,但是将Bitmap保存为图片之后再将图片拿出来解析就解析不出来了,这是为什么?

from androidwm.

yhonet avatar yhonet commented on June 2, 2024

LSB算法是利用每个像素各个颜色值的最低位来存储水印的,因此天生抗干扰能力弱。即使是最简单的旋转、剪切、调色、压缩等等会修改像素位置或者颜色值的操作就会破坏水印的数据。更不要说另外拿个相机对着屏幕拍下来再另存了。要对抗这些破坏水印的操作得用别的水印算法。

from androidwm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.