C# Class WaveBox.ImageMagickInterop

ファイルを表示 Open project: einsteinx2/WaveBox Class Usage Examples

Public Methods

Method Description
GetImageBlob ( IntPtr wand ) : byte[]
ReadImageBlob ( IntPtr wand, byte blob ) : bool

Private Methods

Method Description
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

Method Details

GetImageBlob() public static method

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

ReadImageBlob() public static method

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