메소드 | 설명 | |
---|---|---|
GetFormatInformation ( |
Returns the format information of the specified format based on the extension of the file.
|
|
GetFormatInformation ( MagickFormat format ) : |
Returns the format information of the specified format.
|
|
GetFormatInformation ( string fileName ) : |
Returns the format information of the specified format based on the extension of the file. If that fails the format will be determined by 'pinging' the file.
|
|
Initialize ( string path ) : void |
Adds the specified path to the environment path. You should place the ImageMagick xml files in that directory.
|
|
SetGhostscriptDirectory ( string path ) : void |
Sets the directory that contains the Ghostscript file gsdll32.dll / gsdll64.dll.
|
|
SetGhostscriptFontDirectory ( string path ) : void |
Sets the directory that contains the Ghostscript font files.
|
|
SetLogEvents ( LogEvents events ) : void |
Set the events that will be written to the log. The log will be written to the Log event and the debug window in VisualStudio. To change the log settings you must use a custom log.xml file.
|
|
SetRandomSeed ( int seed ) : void |
Sets the pseudo-random number generator secret key.
|
|
SetTempDirectory ( string path ) : void |
Sets the directory that will be used when ImageMagick does not have enough memory for the pixel cache.
|
메소드 | 설명 | |
---|---|---|
CheckImageMagickFiles ( string path ) : void | ||
OnLog ( |
||
SetLogEvents ( ) : void |
public static GetFormatInformation ( |
||
file | The file to get the format for. | |
리턴 |
public static GetFormatInformation ( MagickFormat format ) : |
||
format | MagickFormat | The image format. |
리턴 |
public static GetFormatInformation ( string fileName ) : |
||
fileName | string | The name of the file to get the format for. |
리턴 |
public static Initialize ( string path ) : void | ||
path | string | The path that contains the ImageMagick xml files. |
리턴 | void |
public static SetGhostscriptDirectory ( string path ) : void | ||
path | string | The path of the Ghostscript directory. |
리턴 | void |
public static SetGhostscriptFontDirectory ( string path ) : void | ||
path | string | The path of the Ghostscript font directory. |
리턴 | void |
public static SetLogEvents ( LogEvents events ) : void | ||
events | LogEvents | The events that will be logged. |
리턴 | void |
public static SetRandomSeed ( int seed ) : void | ||
seed | int | The secret key. |
리턴 | void |
public static SetTempDirectory ( string path ) : void | ||
path | string | The path where temp files will be written. |
리턴 | void |