Skip to content

Commit ed230af

Browse files
committed
2.6.0 released!
1 parent 6a18b5e commit ed230af

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,23 @@ The library can convert using the following methods:
1818
- *gmagick* (using [Gmagick PHP extension](https://www.php.net/manual/en/book.gmagick.php))
1919
- *imagemagick* (executing [imagemagick](https://imagemagick.org/index.php) binary using an `exec` call)
2020
- *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)
2222
- *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)
2323
- *ewwww* (using the [ewww](https://ewww.io/plans/) cloud converter (1 USD startup and then free webp conversion))
2424
- *gd* (using the [Gd PHP extension](https://www.php.net/manual/en/book.image.php))
2525

2626
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.
2727

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.
3533
- 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))
3738

3839

3940
## Installation

0 commit comments

Comments
 (0)