I have a tiff-file with multiple frames. I extract each frame with ExtractTiffImageFile . After extraction I combine the single frames again to one tiff file with InsertTiffImageFile . I change nothing in the tiff-files. I expect that the recombined file would be exact identical to the one I split but it isn't (I build a hash about both to verify it).
If I do a picture-comparison it shows me that the image is the same but the difference lies somewhere in the header / metadata. Why?
The picture contains no EXIF data. Optically the both TIFs are the same but binary they are not. Something changed when using ExtractTIFF and InsertTiff.