image-js / tiff

TIFF image decoder written entirely in JavaScript
MIT License
190 stars 17 forks source link

Possibility to import those corrupted ? files #5

Closed lpatiny closed 8 years ago

lpatiny commented 8 years ago

An instrument generates the following uncompressed files that seems however problematic Eimg_000000004_03-GFP_000.tif.zip

identify Cimg_000000008_03-GFP_000.tif
Cimg_000000008_03-GFP_000.tif TIFF 1360x1024 1360x1024+0+0 16-bit Grayscale Gray 2.798MB 0.000u 0:00.000
identify: Unknown field with tag 50838 (0xc696) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/887.
identify: Unknown field with tag 50839 (0xc697) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/887.

Would still be nice if we could open them with the library

targos commented 8 years ago

what's the error ?

targos commented 8 years ago

with tiff-js I mean

lpatiny commented 8 years ago

image But based on the size I think this image is not compressed

targos commented 8 years ago

uncompressed is still a compression type (I only support this one xD)

targos commented 8 years ago

fixed by 14c13a438b97b12f57e0efbd013630054f7c8125