AWARE SYSTEMS
TIFF and LibTiff Mail List Archive

Thread

2018.05.11 01:43 "[Tiff] LZ4 compression", by fx HAYAKAWA MICHIO
2018.05.11 02:39 "Re: [Tiff] LZ4 compression", by Kemp Watson
2018.05.11 09:14 "Re: [Tiff] LZ4 compression", by Even Rouault
2018.05.11 11:15 "Re: [Tiff] LZ4 compression", by Kemp Watson
2018.05.11 11:30 "Re: [Tiff] LZ4 compression", by Even Rouault
2018.05.11 12:24 "Re: [Tiff] LZ4 compression", by Kemp Watson
2018.05.11 14:18 "Re: [Tiff] LZ4 compression", by Kemp Watson
2018.05.11 12:50 "Re: [Tiff] LZ4 compression", by Bob Friesenhahn
2018.05.11 19:25 "Re: [Tiff] LZ4 compression", by Roger Leigh
2018.05.11 19:50 "Re: [Tiff] LZ4 compression", by Bob Friesenhahn
2018.05.11 20:14 "Re: [Tiff] LZ4 compression", by Even Rouault
2018.05.11 20:54 "Re: [Tiff] LZ4 compression", by Kemp Watson
2018.05.11 21:15 "Re: [Tiff] LZ4 compression", by Even Rouault
2018.05.11 21:58 "Re: [Tiff] LZ4 compression", by Kemp Watson
2018.05.14 05:13 "Re: [Tiff] LZ4 compression", by fx HAYAKAWA MICHIO
2018.05.23 12:18 "Re: [Tiff] ] Not able to write TIFF_LONG8 field_type tags", by Bhaskar Reddy
2018.05.23 07:21 "[Tiff] ] Not able to write TIFF_LONG8 field_type tags", by Bhaskar Reddy
2018.05.23 09:55 "Re: [Tiff] ] Not able to write TIFF_LONG8 field_type tags", by
2018.05.14 01:13 "Re: [Tiff] LZ4 compression", by fx HAYAKAWA MICHIO
2018.05.11 14:15 "Re: [Tiff] LZ4 compression", by Even Rouault
2018.05.14 23:51 "Re: [Tiff] LZ4 compression", by fx HAYAKAWA MICHIO
2018.05.14 13:20 "Re: [Tiff] LZ4 compression", by Bob Friesenhahn
2018.05.14 14:04 "Re: [Tiff] LZ4 compression", by
2018.06.08 00:02 "Re: [Tiff] LZ4 compression", by fx HAYAKAWA MICHIO
2018.06.08 00:17 "Re: [Tiff] LZ4 compression", by Even Rouault
2018.06.08 00:29 "Re: [Tiff] LZ4 compression", by fx HAYAKAWA MICHIO
2018.06.08 01:51 "Re: [Tiff] LZ4 compression", by Kemp Watson
2018.06.08 03:17 "Re: [Tiff] LZ4 compression", by fx HAYAKAWA MICHIO
2018.06.08 03:31 "Re: [Tiff] LZ4 compression", by Kemp Watson
2018.05.15 22:00 "Re: [Tiff] LZ4 compression", by Bob Friesenhahn
2018.05.15 22:02 "Re: [Tiff] LZ4 compression", by Andy Cave

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.