JPEG2000MBS class
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
JPEG2000MBS class
The class for compress/decompress of JPEG 2000 images.
Currently only supports RGB, RGBA and Grayscale images.
Please note that Jasper library used here is not very memory efficient and may run out of memory with huge images.
- 6 properties
- 6 methods
- method Close
- method Compress as Boolean
- method GetRow(Index as Integer, Row as MemoryBlock = nil) as MemoryBlock
- method InitCompress(Width as Integer, Height as Integer, BytesPerPixel as Integer, BytesPerRow as Integer = 0) as Boolean
- method InitDecompress(ImageData as MemoryBlock) as Boolean
- method SetRow(Index as Integer, Row as MemoryBlock) as Boolean
- 3 shared methods
- shared method Decode(Data as MemoryBlock) as Picture
- shared method Decode(Data as string) as Picture
- shared method Encode(pic as picture, Quality as Integer = 80) as MemoryBlock
This class has no sub classes.
Some examples using this class:
Blog Entries
The items on this page are in the following plugins: MBS Images Plugin.
JavaVMMBS
-
JPEGExporterMBS