C# Class FluxJpeg.Core.Image

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

Public Methods

Method Description
ChangeColorSpace ( ColorSpace cs ) : Image

Converts the colorspace of an image (in-place)

CreateRaster ( int width, int height, int bands ) : ].byte[][
Image ( ColorModel cm, byte raster ) : System

Method Details

ChangeColorSpace() public method

Converts the colorspace of an image (in-place)
public ChangeColorSpace ( ColorSpace cs ) : Image
cs ColorSpace Colorspace to convert into
return Image

CreateRaster() public static method

public static CreateRaster ( int width, int height, int bands ) : ].byte[][
width int
height int
bands int
return ].byte[][

Image() public method

public Image ( ColorModel cm, byte raster ) : System
cm ColorModel
raster byte
return System