MagickSetFilename
MagickSetFilename -- sets the filename before you read or write an image file
Description
bool MagickSetFilename( MagickWand mgck_wnd [, string filename] )
Sets the filename of the MagickWand before you read or write an image file. If optional filename argument is not specified, or is set to NULL, the MagickWand's filename is set to "" (empty string). Returns TRUE on success, FALSE if an error occurs.
A description of each parameter follows:
| mgck_wnd | A MagickWand resource |
| filename | The desired filename |