It produces the following error (received with vips_error_buffer()):
webpsave: no property named 'smart_subsample'
I get the same result when using vips_image_write_to_file and when using the webpsave method of \Jcupitt\Vips\Image
The following options works with webpsave: Q, lossless, strip
The following options does not work, and produces an error similar to above: preset, near_lossless, smart_subsample, alpha_q
Many of the webp options of webpsave are rejected. I would have assumed that the options for libvips vips_webpsave would be working
The following works:
But the following does not:
It produces the following error (received with vips_error_buffer()):
webpsave: no property named 'smart_subsample'
I get the same result when using
vips_image_write_to_file
and when using the webpsave method of \Jcupitt\Vips\ImageThe following options works with webpsave:
Q
,lossless
,strip
The following options does not work, and produces an error similar to above:preset
,near_lossless
,smart_subsample
,alpha_q
I'm on: vips version: 8.2.2, vips extension version: 1.0.9, ubuntu 16.04, apache, fpm