2018.05.11 01:43 "[Tiff] LZ4 compression", by fx HAYAKAWA MICHIO

2018.05.23 07:21 "[Tiff] ] Not able to write TIFF_LONG8 field_type tags", by Bhaskar Reddy

Hi everyone,

I am unable to write following tags to Tiff image

TIFFSetField(tif, TIFFTAG_STRIPOFFSETS,value)

TIFFSetField(tif, TIFFTAG_TILEOFFSETS ,value)

TIFFSetField(tif, TIFFTAG_STRIPBYTECOUNTS ,value)

TIFFSetField(tif, TIFFTAG_TILEBYTECOUNTS ,value)

as

*_TIFFVSetField *function in tif_dir.c has no switch cases for

case TIFFTAG_STRIPOFFSETS:
case TIFFTAG_TILEOFFSETS:

case TIFFTAG_STRIPBYTECOUNTS:
case TIFFTAG_TILEBYTECOUNTS:

but we are able to read above tags using TIFFGetField as

*_TIFFVGetField *function in tif_dir.c has switch cases for the same

Please help me.

*Note:* All above tags have fip->field_type == TIFF_LONG8

Thank you,
Bhaskar.