Visual Basic (Declaration) | |
---|---|
Overloads Public Sub Save( _ ByVal codecs As RasterCodecs, _ ByVal fileName As String, _ ByVal image As RasterImage, _ ByVal format As Jpeg2000FileFormat, _ ByVal bitsPerPixel As Integer, _ ByVal qualityFactor As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void Save( RasterCodecs codecs, string fileName, RasterImage image, Jpeg2000FileFormat format, int bitsPerPixel, int qualityFactor ) |
Managed Extensions for C++ | |
---|---|
public: void Save( RasterCodecs codecs, string* fileName, RasterImage image, Jpeg2000FileFormat format, int bitsPerPixel, int qualityFactor ) |
C++/CLI | |
---|---|
public: void Save( RasterCodecs codecs, String^ fileName, RasterImage image, Jpeg2000FileFormat format, int bitsPerPixel, int qualityFactor ) |
Parameters
- codecs
- The RasterCodecs object.
- fileName
- String containing the name of the file currently being saved.
- image
- The RasterImage object that holds the image data.
- format
- Output JPEG 2000 file format. For valid values, refer to Jpeg2000FileFormat.
- bitsPerPixel
- The resulting file’s pixel depth. Possible values are: 8, 12, 16, 24, 32, 48, 64, and 0. A value of zero [0] means that each image will be saved with its bits per pixel value, if that value is equal to one of the possible values (8, 12, 16, 24, 32, 48, or 64).
- qualityFactor
- Quality factor. This value determines the degree of loss in the compression process. Possible values are from 0 to 255. A value of zero (0) represents lossless compression. Values between 1 and 255 are interpreted as a compression ratio.
Visual Basic | Copy Code |
---|---|
Leadtools.Jpeg2000.Jpeg2000Engine.Save(String) |
C# | Copy Code |
---|---|
Leadtools.Jpeg2000.Jpeg2000Engine.Save(String) |
All of the engine boxes that are currently set will also be
saved in this 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
Overload List
AppendFrames
Load
LoadComposite
ReadFrames
Save(RasterCodecs, Stream, RasterImage, Jpeg2000FileFormat, Int32, Int32)
SaveComposite
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