public static void Convert8(
IntPtr inBuffer,
IntPtr outBuffer,
int width,
RasterColorSpaceFormat8 inFormat,
RasterColorSpaceFormat8 outFormat
)
Public Overloads Shared Sub Convert8( _
ByVal inBuffer As IntPtr, _
ByVal outBuffer As IntPtr, _
ByVal width As Integer, _
ByVal inFormat As RasterColorSpaceFormat8, _
ByVal outFormat As RasterColorSpaceFormat8 _
)
public:
static void Convert8(
IntPtr inBuffer,
IntPtr outBuffer,
int width,
RasterColorSpaceFormat8 inFormat,
RasterColorSpaceFormat8 outFormat
)
inBuffer
An unmanaged pointer containing the source image data
outBuffer
An array of bytes to be filled with the converted image data
width
Image width, in pixels
inFormat
The format of the input data
outFormat
The desired format of the converted data
For an example, refer to RasterColorSpace.
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