MagickReadImageFile
MagickReadImageFile -- reads an image or image sequence from an opened PHP stream
Description
bool MagickReadImageFile( MagickWand mgck_wnd, php_stream handle )
Reads an image or image sequence from an opened PHP stream (returned from fopen()). NOTE: At the moment, MagickReadImageFile() will only read from streams opened on local files! Also, no seeking is done on the stream -- reading will begin at the current location within the file.
A description of each parameter follows:
| mgck_wnd | A MagickWand resource |
| file | The file descriptor |