Converts 8-bit image data from one color space to another.
public static void Convert8(
byte[] inBuffer,
int inBufferOffset,
byte[] outBuffer,
int outBufferOffset,
int width,
RasterColorSpaceFormat8 inFormat,
RasterColorSpaceFormat8 outFormat
)
Public Overloads Shared Sub Convert8( _
ByVal inBuffer() As Byte, _
ByVal inBufferOffset As Integer, _
ByVal outBuffer() As Byte, _
ByVal outBufferOffset As Integer, _
ByVal width As Integer, _
ByVal inFormat As RasterColorSpaceFormat8, _
ByVal outFormat As RasterColorSpaceFormat8 _
)
public:
static void Convert8(
array<byte>^ inBuffer,
int inBufferOffset,
array<byte>^ outBuffer,
int outBufferOffset,
int width,
RasterColorSpaceFormat8 inFormat,
RasterColorSpaceFormat8 outFormat
)
inBuffer
An array of bytes containing the source image data
inBufferOffset
Zero-based index into inBuffer
outBuffer
An array of bytes to be filled with the converted image data
outBufferOffset
Zero-based index into outBuffer
width
Image width, in pixels
inFormat
The format of the input data
outFormat
The desired format of the converted data
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