It is easy to integrate powerful JPEG 2000 encoding & decoding capabilities into your Windows Forms applications.
- Encode & decode single page JPEG 2000 images
- Compress & decompress mutilple page JPEG 2000 images
- Convert JPEG 2000 images to other 30 formats supported by .NET Imaging SDK
- Detect and get JPEG 2000 image information
- Adjust JPEG 2000 compression ratio (0-100)
- Include lossless compression mode
- More JPEG 2000 Codec functions
JPEG 2000
This integration guide suggests how to use JPEG 2000 Codec to encode & decode JPEG 2000 images in Winforms Image Viewer. (For information about viewing images in C#.NET applications, VB.NET applications or on the web, please go to
JPEG 2000 Codec for C#.NET,
JPEG 2000 Codec in VB.NET and
JPEG 2000 Codec in Web Viewer.)
- Start you Microsoft Visual Studio;
- Open an existed Windows Application;
- Add RasterEdge.DotNetImaging.dll & RasterEdge.DotNetImaging.Jpeg2000.dll to projects;
- Drag ImageViewer, JPEG2000Encoder & JPEG2000Decoder to your app.
Encode Image Using JPEG 2000 Codec
Go to the built-in property editor:
- Drag JPEG2000Encoder onto you Windows applications to encode JPEG 2000 images;
- Click "Load" to load images you want to compress from local directory;
- Click "Process" to start JPEG 2000 compression procedure;
- Click "Save" to save JPEG 2000 Codec result.
Decode Image Using JPEG 2000 Codec
Go to the built-in property editor:
- Drag JPEG2000Decoder onto you Windows applications to decode JPEG 2000 images;
- Click "Load" to load JPEG 2000 from local directory;
- Click "Process" to start JPEG 2000 decompression procedure;
- Click "Reset" to reset JPEG 2000 Decoder to the default values;
- Click "Save Reset" to save reset values;
Getting Image Information
Go to the built-in property editor:
- Drag JPEG2000Decoder onto you Windows applications to decode JPEG 2000 images;
- Click "Load" to load JPEG 2000 from local directory;
- Click "Image Info" to get JPEG2000 image width, height, and colordepth, etc;
- Click "Process" to start.
More Tutorials!
Find more user guides with RasteEdge .NET Image in .NET Winforms applications!
Want to install Imaging SDK in Web applications, please go to
AJAX Zero-Footprint Document Image Viewer.