php-vips-ext icon indicating copy to clipboard operation
php-vips-ext copied to clipboard

Low-level libvips binding for PHP

Results 10 php-vips-ext issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to install this ext on MacOs ``` brew install vips pecl install vips ``` But have following error: configure: error: you need at least libvips 8.2 for...

Hello, I am new to php-vips add on. This functions working good. $x = vips_image_new_from_file($file)["out"]; (any files tpyes jpg, png, pdf) vips_image_write_to_file($x, "temp/$filename-to.png",["Q"=>90); But how can I custom read load...

Hey, since we spoke about this [in the issue](https://github.com/libvips/libvips/issues/1026) I've gone ahead and added the method to the extension. I'm not a C Dev, so apoligies if anything's amiss. The...

Probably since recent changes in libvips Using PHP 7.4, 8.0 with libvips 8.11.3 ``` TEST 12/33 [tests/012.phpt] ========DIFF======== 002+ Termsig=11 ========DONE======== FAIL new_from_buffer works [tests/012.phpt] TEST 33/33 [tests/042.phpt] ========DIFF======== 004+...

It seems like PHP 7.4 [doesn't include PEAR (and PECL) anymore](https://externals.io/message/103977) and they recommend using something called [Pickle](https://github.com/FriendsOfPHP/pickle). However, it doesn't seem to actually work and the repository hasn't been...

question

Hello, where can I find the php libvips extension for windows?

question

I've encountered an error while using php-vips and I'm encountering this error `vips_image_get: field "n-pages"`. I've followed all the instructions on the installation of this extension except for the composer....

question

[02-Dec-2017 00:15:55] WARNING: [pool www] child 1618 exited on signal 11 (SIGSEGV) after 55.787030 seconds from start Is this a know issue ? I use vips-8.5.9-Fri Dec 1 23:13:50 CET...

We're using the php-vips-ext together with php-fpm for image manipulation of pictures, mainly for web usage (meaning, they're not huge). All works fine and fast now, but I'm trying to...

The `config.w32` we have at the moment is just a quick copy-paste and hasn't been tested. We need to find a Windows expert to fix it up and test it.