C# 클래스 Hyperion.Core.Tools.ImageIo

파일 보기 프로젝트 열기: Kintaro/Hyperion

공개 메소드들

메소드 설명
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

메소드 상세

ReadImage() 공개 정적인 메소드

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

WriteImage() 공개 정적인 메소드

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
리턴 void

WriteImagePNG() 공개 정적인 메소드

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
리턴 void