MagickWriteImageFile
MagickWriteImageFile -- writes the current active image to an opened PHP stream
Description
bool MagickWriteImageFile( MagickWand mgck_wnd, php_stream handle )
Writes the current active image to an opened PHP stream (returned from fopen()). NOTE: At the moment, MagickWriteImageFile() 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 |
| handle | The file handle |