Imagick::setLastIterator

(PECL imagick 2.0.1) Sets the Imagick iterator to the last image bool Imagick::setLastIterator ( void ) Sets the Imagick iterator to the last image. Returns: Returns TRUE on success.

Imagick::setIteratorIndex

(PECL imagick 2.0.0) Set the iterator position bool Imagick::setIteratorIndex ( int $index ) Set the iterator to the position in the image list specified with the index parameter. This method is available if Imagick has been compiled against ImageMagick version 6.2.9 or newer. Parameters: index The position to set the iterator to Returns: Returns

Imagick::setInterlaceScheme

(PECL imagick 2.0.0) Sets the image compression bool Imagick::setInterlaceScheme ( int $interlace_scheme ) Sets the image compression. Parameters: interlace_scheme Sets the image compression. Returns: Returns TRUE on success.

Imagick::setImageWhitePoint

(PECL imagick 2.0.0) Sets the image chromaticity white point bool Imagick::setImageWhitePoint ( float $x, float $y ) Sets the image chromaticity white point. Parameters: x Sets the image chromaticity white point. y Sets the image chromaticity white point. Returns: Returns TRUE on success.

Imagick::setImageVirtualPixelMethod

(PECL imagick 2.0.0) Sets the image virtual pixel method bool Imagick::setImageVirtualPixelMethod ( int $method ) Sets the image virtual pixel method. Parameters: method Sets the image virtual pixel method. Returns: Returns TRUE on success.

Imagick::setImageUnits

(PECL imagick 2.0.0) Sets the image units of resolution bool Imagick::setImageUnits ( int $units ) Sets the image units of resolution. Parameters: units Sets the image units of resolution. Returns: Returns TRUE on success.

Imagick::setImageType

(PECL imagick 2.0.0) Sets the image type bool Imagick::setImageType ( int $image_type ) Sets the image type. Parameters: image_type Sets the image type. Returns: Returns TRUE on success.

Imagick::setImageTicksPerSecond

(PECL imagick 2.0.0) Sets the image ticks-per-second bool Imagick::setImageTicksPerSecond ( int $ticks_per_second ) Adjust the amount of time that a frame of an animated image is displayed for. Note: For animated GIFs, this function does not change the number of 'image ticks' per second, which is always defined as 100. Instead it adjusts the amount of time that the frame is displayed for to simulate the change in 'ticks

Imagick::setImageScene

(PECL imagick 2.0.0) Sets the image scene bool Imagick::setImageScene ( int $scene ) Sets the image scene. Parameters: scene Sets the image scene. Returns: Returns TRUE on success. Exception: Throws ImagickException on error.

Imagick::setImageResolution

(PECL imagick 2.0.0) Sets the image resolution bool Imagick::setImageResolution ( float $x_resolution, float $y_resolution ) Sets the image resolution. Parameters: x_resolution Sets the image resolution. y_resolution Sets the image resolution. Returns: Returns TRUE on success. Exception: