Skip to content

OSevenCheng/vTIFF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Decode TIFF with C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published