ImageGear for Silverlight
JP2 File Format
Send Feedback
ImageGear for Silverlight User Guide > Using ImageGear for Silverlight > Using ImageGear.Formats.Jpeg2000 Namespace > JPEG 2000 Standard Part 1 (JP2, J2K, JPC) > JP2 File Format

Glossary Item Box

To enable JP2 file format in your project, add a reference to ImageGear20.Formats.Jpeg2000 Assembly. Specify this directive:

C# Copy Code
using ImageGear.Formats.Jpeg2000;

and use this API:

C# Copy Code
ImGearFileFormats.Filters.Add( ImGearJPEG2K.CreateJP2Format());

See the JPEG2000 section of the ImageGear Supported File Formats Reference for a list of bit depths and colorspaces supported for reading and writing.

©2013. Accusoft Corporation. All Rights Reserved.