hi,
i am using stbi_load library since it is so lightweight, all we need to include is a header file, so i can easily port it to mobile (OpenGL ES), but i have discovered that it does not load TIFF with JPEG compression,
are there any other alternative image loader that can load TIFF (with JPEG compression)?
Im planning to use TIFF(with JPEG) as the textures to my 3d objects because of its size which is more than half of that PNGs.