Leadtools.Jpeg2000 Getting Started (original) (raw)
For pointers to sample programs that demonstrate many features, see the table below:
.NET
Redistributables Paths
Path
Target Platform
\Bin\net
.NET 6+
Assembly - Class/Namespace
Comments
Leadtools.Jpeg2000.DLL - Leadtools.Jpeg2000
The Leadtools.Jpeg2000 namespace contains functions to write JPEG 2000 Part 2 (JPX) images and manipulate JPX boxes, frames, GML Data, and other advanced JPX features.
Serves as a configuration tool for the file conversion service created by ConversionServiceDemo. Converts files to and from any of the LEADTOOLS supported formats.
Demonstrates how to create a Windows service that monitors a folder for new files and performs file format conversions. Converts files to and from any of the LEADTOOLS supported formats.
Demo Name
Source Code Path
Pre-Compiled Executable Path
Description
Feed Load
\Examples\FileFormats\DotNet\FeedLoadDemo\net
\Bin\net\FeedLoadDemo_Original.exe
Demonstrates the Feed Load file loading with LEADTOOLS. Allows users to load image files for which all the data is not available at the start of the load process. For example, you can feed data to the load functions as chunks are downloaded from a remote location.
Demonstrates progressive load save for large J2K images. Performs progressive load/save for large J2K images to avoid keeping the entire image in memory during the compression process.
Demo Name
Source Code Path
Pre-Compiled Executable Path
Description
JPEG 2000
\Examples\FileFormats\DotNet\Jpeg2000Demo\net
\Bin\net\Jpeg2000Demo_Original.exe
Demonstrates loading and displaying various resolutions from JPEG 2000 images. Load JPEG 2000 Image Resolutions Zoom in/out Save JPEG 2000 images
Demonstrates saving a stamp preview in image files.
.NET Framework
Redistributables Paths
Path
Target Platform
\Bin\DotNet4\Win32
x86 .NET 4 or 4.5
\Bin\DotNet4\x64
x64 .NET 4 or 4.5
Assembly - Class/Namespace
Comments
Leadtools.Jpeg2000.DLL - Leadtools.Jpeg2000
The Leadtools.Jpeg2000 namespace contains functions to write JPEG 2000 Part 2 (JPX) images and manipulate JPX boxes, frames, GML Data, and other advanced JPX features.
Serves as a configuration tool for the file conversion service created by ConversionServiceDemo. Converts files to and from any of the LEADTOOLS supported formats.
Demonstrates how to create a Windows service that monitors a folder for new files and performs file format conversions. Converts files to and from any of the LEADTOOLS supported formats.
Demonstrates the Feed Load file loading with LEADTOOLS. Allows users to load image files for which all the data is not available at the start of the load process. For example, you can feed data to the load functions as chunks are downloaded from a remote location.
Demonstrates progressive load save for large J2K images. Performs progressive load/save for large J2K images to avoid keeping the entire image in memory during the compression process.