Updating EXIF info in image files

♀尐吖头ヾ 提交于 2019-12-08 07:07:03

问题


I need to update EXIF info in a lot of .png files (tens of thousands of hires pictures) and I wonder if there is some (not too complicated and documented) way that I can do that without opening (decompressing the whole image) and then re-save it (compressing it again)?


回答1:


Unfortunately the .Net GDI+ image format support is very patchy.

Consider ImageMagick. There is a .Net wrapper for it.

  • http://www.imagemagick.org/script/index.php

Also consider ExifTool:

  • http://owl.phy.queensu.ca/~phil/exiftool/


来源:https://stackoverflow.com/questions/9192480/updating-exif-info-in-image-files

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