Overload | Description |
---|---|
ExtractFramesMemory(String,Generic List) | Extracts specific frames from the input file, and saves them to a new JPEG 2000 file in a byte array. This file contains only the extracted frame headers/codestreams (not any obtained through the decompressing/recompressing process) so it saves processor time and memory. This method is available in the Document/Medical Toolkits. |
ExtractFramesMemory(Stream,Generic List) | Extracts specific frames from the input stream, and saves them to a new JPEG 2000 file in a byte array. This file contains only the extracted frame headers/codestreams (not any obtained through the decompressing/recompressing process) so it saves processor time and memory. This method is available in the Document/Medical Toolkits. |
Visual Basic | Copy Code |
---|---|
Leadtools.Jpeg2000.Jpeg2000Engine.ExtractFramesMemory(String) |
C# | Copy Code |
---|---|
Leadtools.Jpeg2000.Jpeg2000Engine.ExtractFramesMemory(String) |
. This method is very suitable for server applications where
multiple clients request specific frames of a JPEG 2000 file. Instead of
decompressing and then recompressing the frames this method copies only
the needed frame data, saving the data to a new JPEG 2000 file.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Reference
Jpeg2000Engine ClassJpeg2000Engine Members
ExtractFrames Method
ExtractFramesMemory(Stream, List)
ExtractFramesNativeMemory
AppendFrames
AppendGmlData
FragmentJpxFile Method
ReadBox
ReadFrames
ReadGmlData
Compression Using LEAD and JPEG Formats
File Formats - JPEG And LEAD Compressed
Bitmaps In Memory And In Files
JPEG2000 File Comments
JPEG And LEAD File Comments
Programming with JPEG 2000 Features
JPEG 2000 Boxes