2005.10.24 07:07 "[Tiff] How can I remove tag from IFD?", by Шебеко Евгений

2005.10.25 09:53 "Re[2]: [Tiff] How can I remove tag from IFD?", by Шебеко Евгений

Hello I need to remove some tag from IFD.

How can I do this?

I see only function for updating the tag TIFFFieldSet() Maybe, I can see such code in one of the tiff utility if libtiff does not provide this function itself?

FW> I am not aware of a public functions to "unset" a flag in a

FW> loaded directory, though it wouldn't be all that hard to add.

There is no public function. But I found a TIFFClrFieldBit macros. I think it will be enough for me. :)

Sure it will be good if such public function will be added in next libtiff release.