Digital watermarking for jpeg/png

爷,独闯天下 提交于 2019-12-30 14:49:11

问题


I need a program that will embed an invisible mark (not big text info, 256bytes max) in an image. But I could not find a good library (in any language, better if c/c++). I found a lot of literature, but no source code.

I found one resource but that program is writtem for NetPBM format.

The needed method is not LSB, or concating etc.


回答1:


Have a look at steghide, an open-source steganography program that supports JPEG.




回答2:


If you just want to track images with a user id, then you should edit the image EXIF data. There are thousands of libraries out there to do just that. Here is one for C http://libexif.sourceforge.net



来源:https://stackoverflow.com/questions/9113196/digital-watermarking-for-jpeg-png

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!