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 _
)
public void Compress(
IntPtr data
)
- (BOOL)compress:(unsigned char *)data error:(NSError **)error
function Leadtools.Codecs.RasterCodecs.Compress(IntPtr)(
data
)
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.
For an example, refer to StartCompress.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET