libvips / php-vips

php binding for libvips
MIT License
601 stars 25 forks source link

setting VIPS_DISC_THRESHOLD #208

Open ethaniel opened 1 year ago

ethaniel commented 1 year ago

Can you please expand the documentation to let us configure VIPS_DISC_THRESHOLD? Thank you.

jcupitt commented 1 year ago

Hi @ethaniel, it's in the main docs:

https://www.libvips.org/API/current/VipsImage.html#vips-image-new-from-file

But you're right that the PHP docs don't mention it directly.

I added a link to the main docs from the php docs, but a better solution would be a good idea.