C# 클래스 WaveBox.ImageMagickInterop

파일 보기 프로젝트 열기: einsteinx2/WaveBox 1 사용 예제들

공개 메소드들

메소드 설명
GetImageBlob ( IntPtr wand ) : byte[]
ReadImageBlob ( IntPtr wand, byte blob ) : bool

비공개 메소드들

메소드 설명
BlurImage ( IntPtr mgck_wand, double radius, double sigma ) : bool
DestroyWand ( IntPtr wand ) : IntPtr
GetException ( IntPtr wand, IntPtr severity ) : IntPtr
GetExceptionType ( IntPtr wand ) : int
GetHeight ( IntPtr wand ) : IntPtr
GetImageBlob ( IntPtr wand, [ length ) : IntPtr
GetWidth ( IntPtr wand ) : IntPtr
NewWand ( ) : IntPtr
ReadImageBlob ( IntPtr wand, IntPtr blob, IntPtr length ) : bool
RelinquishMemory ( IntPtr resource ) : IntPtr
ResizeImage ( IntPtr mgck_wand, IntPtr columns, IntPtr rows, Filter filter_type, double blur ) : bool
WandGenesis ( ) : void
WandTerminus ( ) : void

메소드 상세

GetImageBlob() 공개 정적인 메소드

public static GetImageBlob ( IntPtr wand ) : byte[]
wand System.IntPtr
리턴 byte[]

ReadImageBlob() 공개 정적인 메소드

public static ReadImageBlob ( IntPtr wand, byte blob ) : bool
wand System.IntPtr
blob byte
리턴 bool