Blog Post
A look at ImageGear C++ Samples
Paul Pauquette, Accusoft Senior Software Engineer Welcome You’ve downloaded the ImageGear imaging SDK and you’re trying to learn what you can do with it . What better place to start than in our samples? In ImageGear for C and C++ v19, we’ve added new easier-to-use samples that demonstrate a specific subset of functionality. In addition […]
Technical FAQ
What are the differences between the compressions used in TIFF files?
Question What are the differences between the compressions used in TIFF files? Answer The Tagged Image File Format (TIFF) is widely popular, and is particularly used in document imaging. It can support a number of compression types: Packbits – Created by Apple, this lossless compression type is used for run-length encoding (RLE). Baseline TIFF readers must […]