Converts 16-bit unmanaged image data from one color space to another.
public static void Convert16(
IntPtr inBuffer,
IntPtr outBuffer,
int width,
RasterColorSpaceFormat16 inFormat,
RasterColorSpaceFormat16 outFormat
)
Public Overloads Shared Sub Convert16( _
ByVal inBuffer As IntPtr, _
ByVal outBuffer As IntPtr, _
ByVal width As Integer, _
ByVal inFormat As RasterColorSpaceFormat16, _
ByVal outFormat As RasterColorSpaceFormat16 _
)
public:
static void Convert16(
IntPtr inBuffer,
IntPtr outBuffer,
int width,
RasterColorSpaceFormat16 inFormat,
RasterColorSpaceFormat16 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
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