Version History

LibTiff.Net Help > Version History

Version 2.3

  • Improved support for files produced by legacy TIFF writers.
  • Fixed opening of files with wrong tag data types.
  • Fixed bug in SwabArrayOfDouble method.
  • Fixed state-related bugs in some codecs.
  • Fixed subsampling-related bug in OJpeg codec.
  • Added new samples.

Version 2.2

  • Added new OJPEG (or Old JPEG, or Original JPEG) codec.
  • Added new sample ConvertToSingleStripInMemory.
  • Fixed bug in ReadRGBATile method.
  • Fixed bug with timezones in Tiff2Pdf utility.

Version 2.1

  • Added samples to the documentation.
  • Fixed bug with append mode in Tiff.Open() method.
  • Fixed bug in Sample Viewer.
  • Fixed bugs in predictor functions that were affecting Deflate and LZW codecs for some images.
  • Fixed bug with out-of-bounds exceptions when compressing some images using CCITT codec.
  • Fixed bug with handling of "unknown" tags.

Version 2.0

  • Cleaned up API a bit.
  • Greatly improved the documentation.
  • Changed the license for the library to the New BSD License.
  • Speed optimizations have been made.
  • Added new Tiff2Rgba program.
  • Added Silverlight support (thanks to Michael Epner and San Chen)
  • Added Silverlight test application that can be used as a sample (thanks to Michael Epner)
  • Added samples for various TIFF-related topics.
  • Added support for Visual Studio 2010. Now Visual 2005, 2008 and 2010 can be used to build LibTiff.Net.
  • Added relevant bug fixes from libtiff 3.9.4 to LibTiff.Net code.
  • Fixed bugs in CCITT codec that caused exceptions during decoding of some images.
  • Fixed bug with handling of multipage images and page specifiers in TiffCP utility.
  • Fixed bug with handling of RGBA images in Tiff2Pdf utility.
  • Fixed bug with handling of multiple options in Tiff2Pdf utility.
  • Fixed bug with reading EXIF metadata.
  • Fixed bugs related to jpeg-in-tiff images.
  • Fixed bugs related to reading of tags.
  • Fixed bugs with incorrect handling of images greater than 2GB.
  • Fixed bugs within ReadRGBAImage (thanks to San Chen)

Version 1.1

  • A bug fix release.

Version 1.0

  • Initial release.