2018.12.11 13:36 "[Tiff] SeekOK and WriteOK", by Emmanuel Cosnard

2018.12.11 13:36 "[Tiff] SeekOK and WriteOK", by Emmanuel Cosnard

Hello,

I am using the function TIFFWriteData to write some data on a custome rationnal tag, and it seems, that on some rare occasion, if (SeekOK(tif, dir->tdir_offset) && WriteOK(tif, cp, cc))

Is there a way to do some intelligent retry here, instead of returning an error? Or can we know why the WriteOK or SeekOK didn't work properly?

Thanks and regards,

Emmanuel