Imagick::newImage()
Imagick::newImage - Creates a new imageSyntax
bool Imagick::newImage (int $cols, int $rows, mixed $background, string $format)Arguments
- cols - Columns in the new image
- rows - Rows in the new image
- background - The background color used for this image
- format - Image format. This parameter was added in Imagick version 2.0.1.
