From 9c8f333eb87f128933dd754f4c7e4b26fa1cf514 Mon Sep 17 00:00:00 2001 From: btongminh Date: Sun, 17 Nov 2013 17:43:27 +0100 Subject: 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 --- RELEASE-NOTES-1.26 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'RELEASE-NOTES-1.26') 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. -- cgit v1.2.3