如何用Python读取水印?
有没有办法用Python从图像文件中读取元数据-水印?
Is there any way to read metadata - watermarks from image files with Python?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有没有办法用Python从图像文件中读取元数据-水印?
Is there any way to read metadata - watermarks from image files with Python?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
如果水印是指添加到图像中以对其进行标记的一些“签名”图像内容,那么不行。这样的水印与原始图像合并,因此成为其不可分割的一部分。如果您的意思是元数据信息,那么是的,可以读取:但您没有指定是否以编程方式表示,或者您正在使用或想要使用哪种语言或堆栈。
If by watermark you mean some "signature" image content added to an image in order to mark it, then no. Such a watermark is merged with the original image and thus an integral part of it. If you mean meta-data info then yes, this can be read: but you don't specify whether you mean programmatically, or what language or stack you're using or would like to use.