noobdoesre / openjpeg

Automatically exported from code.google.com/p/openjpeg
Other
0 stars 0 forks source link

This is a BigTIFF file. This format not supported #125

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I cannot generate real-world data for JPIP server:

$ ./image_to_j2k -i /tmp/t7.tif -o t7_2.jp2 -p RPCL -c [64,64] -t 640,480 -jpip 
-TP R

lead to:

/tmp/t7.tif: This is a BigTIFF file.  This format not supported
by this version of libtiff..
tiftoimage:Failed to open /tmp/t7.tif for reading
Unable to load tiff file

Original issue reported on code.google.com by mathieu.malaterre on 17 Feb 2012 at 3:42

GoogleCodeExporter commented 9 years ago
tiff-4.0.0 handles BigTIFF files. 
'tiffcp -8 src.tif dst-big.tif' of tiff-4.0.0 creates a BigTiff file.

winfried

Original comment by szukw...@arcor.de on 18 Feb 2012 at 12:15

GoogleCodeExporter commented 9 years ago
And - by the way - the thirdparty-archive I offered included tiff-4.0.0.

winfried

Original comment by szukw...@arcor.de on 18 Feb 2012 at 12:16

GoogleCodeExporter commented 9 years ago

Original comment by mathieu.malaterre on 21 May 2012 at 4:01

GoogleCodeExporter commented 9 years ago
closing this one. Basically it can be solved using a system installed libtiff 
(> 4.x). And or if someone fix issue 121. In any case closing duplicate.

Original comment by mathieu.malaterre on 25 Feb 2014 at 4:00