diff options
author | btongminh <bryan.tongminh@gmail.com> | 2013-11-17 17:43:27 +0100 |
---|---|---|
committer | Ori.livneh <ori@wikimedia.org> | 2015-06-26 19:38:38 +0000 |
commit | 9c8f333eb87f128933dd754f4c7e4b26fa1cf514 (patch) | |
tree | 183dd1099c6db9d000818950d53b78b73ca529c2 /RELEASE-NOTES-1.26 | |
parent | 8be37c1c3d72c39b121cf1f6191299efe3b73dbc (diff) | |
download | mediawikicore-9c8f333eb87f128933dd754f4c7e4b26fa1cf514.tar.gz mediawikicore-9c8f333eb87f128933dd754f4c7e4b26fa1cf514.zip |
Basic support for WebP
Adds basic image size detection for WebP and support in the
MediaHandler. Currently renders WebP files as PNGs, because that
handles transparency.
Bug: T50519
Change-Id: I3c00653a8a034efc3f6b60fe62b7ac2e5391f921
Diffstat (limited to 'RELEASE-NOTES-1.26')
-rw-r--r-- | RELEASE-NOTES-1.26 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE-NOTES-1.26 b/RELEASE-NOTES-1.26 index c2228ae81d21..983601e8405a 100644 --- a/RELEASE-NOTES-1.26 +++ b/RELEASE-NOTES-1.26 @@ -30,6 +30,10 @@ production. * (T68699) The expiration of the UserID and Token login cookies ($wgExtendedLoginCookieExpiration) can be configured independently of the expiration of all other cookies ($wgCookieExpiration). +* (bug 50519) Support for generating JPEG/PNG thumbnails from WebP images added + if ImageMagick is used as image scaler ($wgUseImageMagick = true). Uploading + of WebP images still disabled by default. Add $wgFileExtensions[] = + 'webp'; to LocalSettings.php to enable uploading of WebP images. ==== External libraries ==== * Update es5-shim from v4.0.0 to v4.1.5. |