C# Class Hyperion.Core.Tools.ImageIo

Show file Open project: Kintaro/Hyperion

Public Methods

Method Description
ReadImage ( string name, int &xSize, int &ySize ) : Spectrum[]
WriteImage ( string name, double pixels, double alpha, int xRes, int yRes, int totalXRes, int totalYRes, int xOffset, int yOffset ) : void
WriteImagePNG ( string name, double pixels, double alpha, int xRes, int yRes, int totalXRes, int totalYRes, int xOffset, int yOffset ) : void

Method Details

ReadImage() public static method

public static ReadImage ( string name, int &xSize, int &ySize ) : Spectrum[]
name string
xSize int
ySize int
return Spectrum[]

WriteImage() public static method

public static WriteImage ( string name, double pixels, double alpha, int xRes, int yRes, int totalXRes, int totalYRes, int xOffset, int yOffset ) : void
name string
pixels double
alpha double
xRes int
yRes int
totalXRes int
totalYRes int
xOffset int
yOffset int
return void

WriteImagePNG() public static method

public static WriteImagePNG ( string name, double pixels, double alpha, int xRes, int yRes, int totalXRes, int totalYRes, int xOffset, int yOffset ) : void
name string
pixels double
alpha double
xRes int
yRes int
totalXRes int
totalYRes int
xOffset int
yOffset int
return void