C# Class WaveBox.ImageMagickInterop

Afficher le fichier Open project: einsteinx2/WaveBox Class Usage Examples

Méthodes publiques

Méthode Description
GetImageBlob ( IntPtr wand ) : byte[]
ReadImageBlob ( IntPtr wand, byte blob ) : bool

Private Methods

Méthode 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 méthode

public static GetImageBlob ( IntPtr wand ) : byte[]
wand System.IntPtr
Résultat byte[]

ReadImageBlob() public static méthode

public static ReadImageBlob ( IntPtr wand, byte blob ) : bool
wand System.IntPtr
blob byte
Résultat bool