The Imagick class
PHP Manual

Imagick::writeImageFile

(No version information available, might only be in SVN)

Imagick::writeImageFileنوشتن تصویر به filehandle

Description

bool Imagick::writeImageFile ( resource $filehandle )

نوشتن توالی تصویر به filehandle باز. handle باید با استفاده از به عنوان مثال fopen باز شده باشد. This method is available if Imagick has been compiled against ImageMagick version 6.3.6 or newer.

Parameters

filehandle

Filehandle برای نوشتن تصاویر

Return Values

Returns TRUE on success.


The Imagick class
PHP Manual