Archive for the ‘LibTiff’ Category
LibTiff.Net 2.3 with new samples
Tuesday, September 20th, 2011
Hi!
We released new version of LibTiff.Net library. This version features improved support for files produced by legacy TIFF writers. LibTiff.Net 2.3 also contains some bug fixes and 11 new samples.
As always, you can download binaries or source code package with tests here:
http://bitmiracle.com/libtiff/
Version History can be read here:
http://bitmiracle.com/libtiff/help/version-history.aspx
Please don’t hesitate to contact us using e-mail or via the support form. We’ll be happy to hear about your findings with this version. And we’ll be glad to receive any file that can not be processed by the library.
LibTiff.Net 2.2 with OJPEG support is out
Sunday, January 9th, 2011
Hi!
We’ve just released new version of LibTiff.Net library. This version contains some bug fixes, new sample and new OJPEG codec (only decompression).
Initially we were reluctant to add this codec to the library because Old-style JPEG encoding (as defined in the TIFF 6.0 specification) is considered obsolete but it turned out that our users need such codec. Some applications (scanners and faxes, mostly) still produce images encoded with OJPEG encoding. Hopefully, now LibTiff.Net will help more users get their job done.
As always, you can download binaries or source code package with tests here:
http://bitmiracle.com/libtiff/
Version History can be read here:
http://bitmiracle.com/libtiff/help/version-history.aspx
Please don’t hesitate to contact us using e-mail or via the support form. We’ll be happy to hear about your findings with this version. And we’ll be glad to receive any file that can not be processed by the library.
Transforming C/C++ code to fully managed C# code.
Monday, January 3rd, 2011
Hello!
Last year we released free and open source LibTiff.Net library. The library is a port of original libtiff library and we thought that you may be interested to know how we have ported the code from C to C#.
So, we have published “Adapting old code to new realities” article on Codeproject site. The article describes a useful technics for transforming old-style C/C++ code to fully managed C# code. These methods were used for porting classic libjpeg and libtiff libraries to .NET Framework.
Please read “Adapting old code to new realities” on Codeproject site. We hope that you will find the article interesting.
LibTiff.Net 2.0 with Silverlight support, improved documentation and samples is released
Wednesday, August 4th, 2010
Hello!
I am happy to announce that LibTiff.Net 2.0 is released. This version introduces Silverlight support, improved documentation and number of samples among other improvements and bug fixes.
You can download binaries or source code package with tests here:
http://bitmiracle.com/libtiff/
Version History can be read here:
http://bitmiracle.com/libtiff/help/version-history.aspx
Please don’t hesitate to contact us using e-mail or via the support form. We’ll be happy to hear about your findings with this version.
Jpeg codec and LibTiff
Monday, May 10th, 2010
Hello!
Recently, one of the users of our LibTiff.Net helped us to find a bug in Jpeg codec of the library. So, we’ve published new bug-fix release of the LibTiff.Net library.
As always, you can download updated version here:
http://bitmiracle.com/libtiff/
Thanks for your help and support requests. Please don’t hesitate to contact us using e-mail or via the support form at http://bitmiracle.com/support.aspx. We love to hear from our users.
LibTiff.Net is ready for you
Saturday, February 13th, 2010
Hello!
I’m pleased to announce that we’ve completed LibTiff.Net. It is free and open source version (port) of classic LibTiff written using C#.
License is practically the same as for LibTiff. API is very close to original one. Code is fully managed.
LibTiff.Net was developed with a goal to produce images that are byte-to-byte equal to images produced by LibTiff-3.9.4.
You can download binaries or source code with tests here:
http://bitmiracle.com/libtiff/
Differences (mostly renames of function names and types) between
LibTiff.Net and LibTiff-3.9.4 are described here.
Following codecs are implemented:
LZW, Packbits, Jpeg (using our own LibJpeg.Net), all CCITT versions, Deflate, Adobe Deflate
I hope you will find LibTiff.Net useful. Please write us if you have any questions or find any bugs.
