Does buffer-to-buffer JPEG or LEAD CMP compression using an unmanaged memory buffer.
public void Compress(
IntPtr data
)
Public Overloads Sub Compress( _
ByVal data As IntPtr _
)
- (BOOL)compress:(unsigned char *)data error:(NSError **)error
public:
void Compress(
IntPtr data
)
data
Pointer to unmanaged memory that holds the data to be compressed.
You must call StartCompress before using this method, and you must call StopCompress to end the compression process. For a description of how these methods work together, refer to StartCompress.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document