Archive for the ‘Jpeg2000.Net’ category

Bug fixes and JPEG reading support in Jpeg2000.Net 2.2

We have just released Jpeg2000.Net 2.2 on our site and on NuGet.

This release contains bug fixes and some important improvements. For example, the library can now work in Blazor and in HoloLens projects. And the library can read JPEG images.

Starting from release 2.2, Jpeg2000.Net uses only FIPS-compiant algorithms. The DLL is signed with a digital signature.

The library can now automatically detect, attach, and emit messages to a configured logger. NLog, Log4Net, Serilog, and Loupe loggers are supported.

Read about all new features and improvements in Jpeg2000.Net 2.2 in Version History document.

We encourage you to download and try the new version of Jpeg2000.Net. The library is also available on NuGet.

Please tell us your thoughts about the library using e-mail or via the support form. Don’t hesitate to write us your questions, suggest features or ask for help.

Posted in

Multithreaded JPEG 2000 decoder

Hello,

We have just released new version of Jpeg2000.Net on our site and on NuGet.

When working on the version 2.1 we were focused on decoding speed improvements. As the result, the new version of the library decodes images faster. And to make it even more performant, we added support for multi-threading decoding. The new J2kDecodingOptions.ThreadCount property is the starting point if you want to decode JPEG 2000 images in multiple threads.

We also fixed some issues related to encoding and decoding of JPEG 2000 images.

We encourage you to download and try the new version of Jpeg2000.Net. The library is also available on NuGet.

Please tell us your thoughts about the library using e-mail or via the support form. Don’t hesitate to write us your questions, suggest features or ask for help.

Posted in

Jpeg2000.Net 2.0 brings speed and memory consumption improvements

Hello,

We have just released a new major version of Jpeg2000.Net on our site and on NuGet.

The new release contains significant improvements. The version 2.0 of the library encodes and decodes images much faster.

In addition to speed improvements, the library now consumes less memory when it decodes images. No matter if you decode a whole image at once or only part of the image. In both cases the library completes decoding using less amount of time and memory.

We also fixed some issues related to encoding and decoding of JPEG 2000 images.

We encourage you to download and try the new version of Jpeg2000.Net. The library is also available on NuGet.

Please tell us your thoughts about the library using e-mail or via the support form. Don’t hesitate to write us your questions, suggest features or ask for help.

Posted in

Welcome Jpeg2000.Net

Hello,

I am pleased to announce that we have just released first version of Jpeg2000.Net.

Jpeg2000.Net is our new royalty-free library for JPEG 2000 file format. The library can compress and decompress JPEG 2000 images. It supports lossy and lossless compression.

With help of the library you can decode only part of an image. Or you can decode only specified number of quality layers. There are other advanced options available.

The library is 100% managed, without unsafe blocks and without external dependencies. It is available for WinForms, WPF and ASP.NET. A version for .NET Standard Library / .NET Core / ASP.NET Core is also available.

We encourage you to download and try the first version of Jpeg2000.Net. The library is also available on NuGet.

Please tell us your thoughts about the library using e-mail or via the support form. Don’t hesitate to write us your questions, suggest features or ask for help.

Posted in