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

Imagick::stereoImage()

Imagick::stereoImage - Composites two images

Syntax

bool Imagick::stereoImage (Imagick $offset_wand)

Arguments

  • offset_wand

Description

Composites two images and produces a single image that is the composite of a left and right image of a stereo pair.

Version

PHP PECL imagick 2.0.0

Return value

Returns TRUE on success.