Home > PHP > Function > > Imagick::writeImage()

Imagick::writeImage()

Imagick::writeImage - Writes an image to the specified filename

Syntax

bool Imagick::writeImage (string $filename)

Arguments

  • filename

Description

Writes an image to the specified filename. If the filename parameter is NULL, the image is written to the filename set by Imagick::ReadImage() or Imagick::SetImageFilename().

Version

PHP PECL imagick 0.9.0-0.9.9

Return value

Returns TRUE on success.