We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 256575d commit 3c9a86bCopy full SHA for 3c9a86b
README.md
@@ -73,6 +73,9 @@ To your `php.ini`.
73
require __DIR__ . '/vendor/autoload.php';
74
use Jcupitt\Vips;
75
76
+// check libvips version
77
+echo 'libvips version: ' . Vips\Config::version() . PHP_EOL;
78
+
79
// fast thumbnail generator
80
$image = Vips\Image::thumbnail('somefile.jpg', 128);
81
$image->writeToFile('tiny.jpg');
0 commit comments