Recomendações
I learned about your software by asking Google for a viewer for .NET-winforms. So far, I am impressed. The demos and examples were very helpful. Keep it up!
Volker Kunze BVE
|
VintaSoftJPEG2000.NET Plug-in - História
Version 1.0
- JPEG2000 .NET decoder:
View JPEG2000 images created in compliance with ISO/IEC 15444 specification. Supported extensions: jp2, jpc, j2k, j2c.
Decoding of JPEG2000 images:
- 8-bit grey and palette (incl. those with Alpha-channel)
- 24-bit
- 32-bit
Load JPEG2000 image from file or stream.
Get common image params: width, height, palette, resolution, color space.
Get JPEG2000 specific params: file format, tile size, quantity of wavelet (decomposition) levels, number of layers, progression order.
- JPEG2000 .NET encoder:
Create JPEG2000 image compliant with ISO/IEC 15444 specification.
Encoding of JPEG2000 images:
- 8-bit grey and palette (incl. those with Alpha-channel)
- 24-bit
- 32-bit
Write JPEG2000 into file or stream.
Encode with the use of additional syntax of JP2 file, which can contain the following metadata: image resolution, color space, palette (if present).
Supported lossless and lossy encoding mode.
Set the required file size or the compression ratio in lossy encoding mode.
Set the required number of wavelet (decomposition) levels.
Set the progression order.
Set the tile size.
Set the layers number and the share of image quality for each layer separately.
Choose whether the alpha channel (if present) should be encoded in image palette.
|