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 /.gitattributes | |
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 '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 69d7b1baabd8..09f86a328004 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ *.sh eol=lf *.icc binary +*.webp binary |