c# - How to modify tiff creation date in .Net -


i writing pdf comparison utility. after some investigation seems best way convert tiff , compare there.

i managed ghostscript getting difference in embedded creation date metadata.

different creation dates embedded in tiff

how use .net modify this?

you can use libtiff.net. open source. using library, can use setfield method modify 1 of many tags in tiff file, including tifftag.datetime flag.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -