MagickWriteImagesFile
MagickWriteImagesFile -- writes a MagickWand's image sequence to an opened PHP stream
Description
bool MagickWriteImagesFile( MagickWand mgck_wnd, php_stream handle )
Writes a MagickWand's image sequence to an opened PHP stream (returned from fopen()). NOTE: At the moment, MagickWriteImagesFile() will only write to streams opened on local files! Also, no seeking is done on the stream -- writing will begin at the current location within the file.
A description of each parameter follows:
| mgck_wnd | A MagickWand resource |
| file | The file handle |