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.
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
Post a Comment