문제

I'm using the latest version of LibTiff.Net to fix some tiffs to be included in X9.37 files. I have got all the correct tags down, however, there are a couple of them that are DataType 'short' when I need them to be 'long'. Is there a best way to change just the datatype? Or will I have to create a custom tag?

올바른 솔루션이 없습니다

다른 팁

I think you will need to at least rewrite each directory in your TIFFs. But please make sure the library writes relevant tags with the data type you need (or change the source code of the library if it doesn't).

In case X9.37 files (I don't know what it is) require TIFF directory to be placed in certain places of the file, you might be forced to recreate the file completely (by copying tags and raw raster).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top