Show / Hide Table of Contents
View Source

Interface IEncoderDecoder

Contains inteface methods to decode and encode

Namespace:EvilDICOM.Core.Interfaces
Assembly:EvilDICOM.dll
Syntax
public interface IEncoderDecoder

Methods

View Source

DecodeToBMP(Byte[])

Declaration
byte[] DecodeToBMP(byte[] pixelData)
Parameters
Type Name Description
System.Byte[] pixelData
Returns
Type Description
System.Byte[]
View Source

Encode(Byte[])

Declaration
byte[] Encode(byte[] bmp)
Parameters
Type Name Description
System.Byte[] bmp
Returns
Type Description
System.Byte[]
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX