PHP 您所在的位置:网站首页 newimage/wfish2.gif PHP

PHP

2023-02-05 19:03| 来源: 网络整理| 查看: 265

The Imagick::writeImagesFile() function is an inbuilt function in PHP which is used to writes all image frames into an open filehandle. This method can be used to write animated gifs or other multi-frame images into open filehandle.

Syntax:

bool Imagick::writeImagesFile( resource $filehandle, string $format )

Parameters: This function accepts two parameters as mentioned above and described below:

$filehandle: It specifies the filehandle where to write images.$format (Optional): It specifies the format of image. It is the default to the image format provided in the file handle.

Return Value: This function returns TRUE on success.

Exceptions: This function throws ImagickException on error.

Below programs illustrate the Imagick::writeImagesFile() function in PHP:

Program 1:

Output:

Program 2:

Output:

Reference: https://www.php.net/manual/en/imagick.writeimagesfile.php

My Personal Notes arrow_drop_up


【本文地址】

公司简介

联系我们

今日新闻

    推荐新闻

    专题文章
      CopyRight 2018-2019 实验室设备网 版权所有