rosell-dk / webp-convert

Convert jpeg/png to webp with PHP (if at all possible)
MIT License
578 stars 102 forks source link

Bump cwebp binaries to 1.2.0 #273

Closed rosell-dk closed 3 years ago

rosell-dk commented 3 years ago

New in 1.2.0:

- 12/23/2020: version 1.2.0
  * API changes:
    - libwebp:
      encode.h: add a qmin / qmax range for quality factor (cwebp adds -qrange)
  * lossless encoder improvements
  * SIMD support for Wasm builds
  * add xcframeworkbuild.sh, supports Mac Catalyst builds
  * import fuzzers from oss-fuzz & chromium (#409)
  * webpmux: add an '-set loop <value>' option (#494)
  * toolchain updates and bug fixes (#449, #463, #470, #475, #477, #478, #479,
    #488, #491)

[source]

rosell-dk commented 3 years ago

PS: I have kept 1.1.0, as 1.2.0 does not run on all systems, see https://github.com/rosell-dk/webp-convert/issues/278