Anant Mitra
Anant Mitra

Reputation: 13

TIFF image, tiff library for visual C++

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

Answers (2)

Denny
Denny

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

smerlin
smerlin

Reputation: 6566

the most commonly used library would be libtiff.

Upvotes: 3

Related Questions