Reputation: 13
I want to use tiff library in visual C++ for loading tiff image in the code.. but unable to do that.kindly suggest
Upvotes: 1
Views: 7354
Reputation: 307
I prefer convert the tiff
image to png, then read as png
by the lib stb_image
.
It was too complex to build the libtiff with dependencies (like zlib, jpeg, etc.). But if you do not need to deal with deflation tiff file, I think config libtiff
by NuGet is a much easier solution.
Upvotes: -1