Imagick::transformImage

(No version information available, might be only in CVS)

Imagick::transformImageConvenience method for setting crop size and the image geometry

Description

Imagick Imagick::transformImage ( string $crop , string $geometry )
Warning

This function is currently not documented; only its argument list is available.

A convenience method for setting crop size and the image geometry from strings

Parameters

crop

A crop geometry string. This geometry defines a subregion of the image to crop.

geometry

An image geometry string. This geometry defines the final size of the image.

Return Values

Returns TRUE on success.

Examples

Example #1 Using Imagick::transformImage():

The example creates a 100x100 black image.

<?php
$image 
= new Imagick();
$image->newImage300200"black" );
$new_image $image->transformImage"100x100""100x100" );
$new_image->writeImage('test_out.jpg');
?>


    

 

 

Home || Web Directroy || Web Designing || Get a Domain Name || Host your web site || Free Blogs || Free Tutorial || Free E-cards || Free GuestBook || Email