1.2.1532. ext/imagick¶
Extension Imagick for PHP.
Imagick is a native php extension to create and modify images using the ImageMagick API.
<?php
header('Content-type: image/jpeg');
$image = new Imagick('image.jpg');
// If 0 is provided as a width or height parameter,
// aspect ratio is maintained
$image->thumbnailImage(100, 0);
echo $image;
?>
See also Imagick for PHP and Imagick.
1.2.1532.1. Specs¶
Short name |
Extensions/Extimagick |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |