mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
Fix #2454, add webp to supported image formats
This commit is contained in:
parent
6abcc76a93
commit
4e9134f66a
@ -2607,7 +2607,8 @@ function OpenSeadragon( options ){
|
|||||||
* jpg: true,
|
* jpg: true,
|
||||||
* png: true,
|
* png: true,
|
||||||
* tif: false,
|
* tif: false,
|
||||||
* wdp: false
|
* wdp: false,
|
||||||
|
* webp: true
|
||||||
* }
|
* }
|
||||||
* </code></pre>
|
* </code></pre>
|
||||||
* @function
|
* @function
|
||||||
@ -2673,7 +2674,8 @@ function OpenSeadragon( options ){
|
|||||||
jpg: true,
|
jpg: true,
|
||||||
png: true,
|
png: true,
|
||||||
tif: false,
|
tif: false,
|
||||||
wdp: false
|
wdp: false,
|
||||||
|
webp: true
|
||||||
},
|
},
|
||||||
URLPARAMS = {};
|
URLPARAMS = {};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user