C# Class BitMiracle.LibJpeg.RawImage

Inheritance: IRawImage
Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
BeginRead ( ) : void
EndRead ( ) : void
GetPixelRow ( ) : byte[]

Private Methods

Method Description
RawImage ( List samples, Colorspace colorspace ) : System.Collections.Generic

Method Details

BeginRead() public method

public BeginRead ( ) : void
return void

EndRead() public method

public EndRead ( ) : void
return void

GetPixelRow() public method

public GetPixelRow ( ) : byte[]
return byte[]