Method | Description | |
---|---|---|
Append ( |
||
Coalesce ( |
||
Combine ( |
||
Deconstruct ( |
||
Dispose ( |
||
Evaluate ( |
||
Flatten ( |
||
Map ( |
||
Merge ( |
||
Montage ( |
||
Morph ( |
||
Optimize ( |
||
OptimizePlus ( |
||
OptimizeTransparency ( |
||
Quantize ( |
||
ReadBlob ( |
||
ReadFile ( |
||
Smush ( MagickImage image, int offset, bool stack ) : IntPtr | ||
WriteBlob ( MagickImage image, MagickSettings settings, UIntPtr &length ) : IntPtr | ||
WriteFile ( MagickImage image, MagickSettings settings ) : void |
public Append ( |
||
image | ||
stack | bool | |
return |
public Coalesce ( |
||
image | ||
return |
public Combine ( |
||
image | ||
channels | Channels | |
return |
public Deconstruct ( |
||
image | ||
return |
public static Dispose ( |
||
value | ||
return | void |
public Evaluate ( |
||
image | ||
evaluateOperator | EvaluateOperator | |
return |
public Flatten ( |
||
image | ||
return |
public Map ( |
||
image | ||
settings | ||
remapImage | ||
return | void |
public Merge ( |
||
image | ||
method | LayerMethod | |
return |
public Montage ( |
||
image | ||
settings | ||
return |
public Morph ( |
||
image | ||
frames | int | |
return |
public Optimize ( |
||
image | ||
return |
public OptimizePlus ( |
||
image | ||
return |
public OptimizeTransparency ( |
||
image | ||
return | void |
public Quantize ( |
||
image | ||
settings | ||
return | void |
public ReadBlob ( |
||
settings | ||
data | byte | |
length | int | |
return |
public ReadFile ( |
||
settings | ||
return |
public Smush ( MagickImage image, int offset, bool stack ) : IntPtr | ||
image | MagickImage | |
offset | int | |
stack | bool | |
return | IntPtr |
public WriteBlob ( MagickImage image, MagickSettings settings, UIntPtr &length ) : IntPtr | ||
image | MagickImage | |
settings | MagickSettings | |
length | UIntPtr | |
return | IntPtr |
public WriteFile ( MagickImage image, MagickSettings settings ) : void | ||
image | MagickImage | |
settings | MagickSettings | |
return | void |