1.2.1617. ext/vips¶
Extension VIPS.
The VIPS image processing system is a very fast, multi-threaded image processing library with low memory needs.
<?php
dl('vips.' . PHP_SHLIB_SUFFIX);
$x = vips_image_new_from_file($argv[1])["out"];
vips_image_write_to_file($x, $argv[2]);
?>
See also php-vips-ext, libvips and libvips adapter for PHP Imagine.
1.2.1617.1. Specs¶
Short name |
Extensions/Extvips |
Rulesets |
|
Exakat since |
1.0.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |