MagickSetImageFilename
MagickSetImageFilename -- sets the filename of the current active image
Description
bool MagickSetImageFilename( MagickWand mgck_wnd [, string filename] )
Sets the filename of the current active image. If optional filename argument is not specified, or is set to NULL, the image'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 image desired filename |