You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-*imagemagick* (executing [imagemagick](https://imagemagick.org/index.php) binary using an `exec` call)
20
20
-*graphicsmagick* (executing [graphicsmagick](http://www.graphicsmagick.org/) binary using an `exec` call)
21
-
-**NEW in 2.4.0:***ffmpeg* (executing [ffmpeg](https://ffmpeg.org/) binary using an `exec` call)
21
+
-*ffmpeg* (executing [ffmpeg](https://ffmpeg.org/) binary using an `exec` call)
22
22
-*wpc* (using [WebPConvert Cloud Service](https://github.com/rosell-dk/webp-convert-cloud-service/) - an open source webp converter for PHP - based on this library)
23
23
-*ewwww* (using the [ewww](https://ewww.io/plans/) cloud converter (1 USD startup and then free webp conversion))
24
24
-*gd* (using the [Gd PHP extension](https://www.php.net/manual/en/book.image.php))
25
25
26
26
In addition to converting, the library also has a method for *serving* converted images, and we have instructions here on how to set up a solution for automatically serving webp images to browsers that supports webp.
27
27
28
-
## 2.6.0 is coming up
29
-
Changes:
30
-
- Introduced "auto-limit" option which replaces setting "quality" to "auto"
31
-
- Made available converter options accessible - primarily in order to give GUI's a way to automatically adjust their setting screens
32
-
- Added "sharp-yuv" option and made it default on for png (in doubt if it should be default on for jpeg too). [Its great](https://www.ctrl.blog/entry/webp-sharp-yuv.html), use it! Works in most converters.
33
-
- Bumped cwebp binaries to 1.2.0
34
-
- vips now supports "method" option and "preset" option
28
+
## News: 2.6.0 has just been released
29
+
- Introduced [auto-limit](https://github.com/rosell-dk/webp-convert/blob/master/docs/v2.0/converting/options.md#auto-limit) option which replaces setting "quality" to "auto" [#281](https://github.com/rosell-dk/webp-convert/issues/281)
30
+
- Added "sharp-yuv" option and made it default on. [Its great](https://www.ctrl.blog/entry/webp-sharp-yuv.html), use it! Works in most converters (works in cwebp, vips, imagemagick, graphicsmagick, imagick and gmagick) [#267](https://github.com/rosell-dk/webp-convert/issues/267), [#280](https://github.com/rosell-dk/webp-convert/issues/280), [#284](https://github.com/rosell-dk/webp-convert/issues/284)
31
+
- Bumped cwebp binaries to 1.2.0 [#273](https://github.com/rosell-dk/webp-convert/issues/273)
32
+
- vips now supports "method" option and "preset" option.
35
33
- graphicsmagick now supports "auto-filter" potion
36
-
- vips, imagick, imagemagick, graphicsmagick and gmagick now supports "preset" option.
34
+
- vips, imagick, imagemagick, graphicsmagick and gmagick now supports "preset" option [#275(https://github.com/rosell-dk/webp-convert/issues/275)
35
+
- cwebp now only validates hash of supplied precompiled binaries when necessary. This cuts down conversion time. [#287](https://github.com/rosell-dk/webp-convert/issues/287)
36
+
- Added [new option](https://github.com/rosell-dk/webp-convert/blob/master/docs/v2.0/converting/options.md#cwebp-skip-these-precompiled-binaries) to cwebp for skipping precompiled binaries that are known not to work on current system. This will cut down on conversion time. [#288](https://github.com/rosell-dk/webp-convert/issues/288)
37
+
- And more (view closed issues [here](https://github.com/rosell-dk/webp-convert/milestone/22?closed=1))
0 commit comments