/vTIFF

Decode TIFF with C++

Primary LanguageCApache License 2.0Apache-2.0

vTIFF

testTIFF: Decode TIFF(RGBA 32bit-float LZW) with C++ and return a byte array OpenGLWin: Decode TIFF(RGBA 32bit-float LZW) with C++ and display with OpenGL

Support

4*32 bits float RGBA LZW (no predictor)

332 bits float RGB LZW (no predictor) 332 bits float RGB LZW (predictor)

332 bits int RGB LZW (no predictor) 332 bits int RGB LZW (predictor)

316 bits short RGB LZW (no predictor) 316 bits short RGB LZW (predictor)

38 bits byte RGB LZW (no predictor) 38 bits byte RGB LZW (predictor)