Fix #2454, add webp to supported image formats

This commit is contained in:
Richard Benjamin Allen 2024-01-22 09:43:02 +00:00
parent 6abcc76a93
commit 4e9134f66a

View File

@ -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 = {};