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

Imagick::polaroidImage()

Imagick::polaroidImage - Simulates a Polaroid picture

Syntax

bool Imagick::polaroidImage (ImagickDraw $properties, float $angle)

Arguments

  • properties - The polaroid properties
  • angle - The polaroid angle

Description

Simulates a Polaroid picture. This method is available if Imagick has been compiled against ImageMagick version 6.3.2 or newer.

Version

PHP PECL imagick 2.0.0

Return value

Returns TRUE on success.