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,
* png: true,
* tif: false,
* wdp: false
* wdp: false,
* webp: true
* }
* </code></pre>
* @function
@ -2673,7 +2674,8 @@ function OpenSeadragon( options ){
jpg: true,
png: true,
tif: false,
wdp: false
wdp: false,
webp: true
},
URLPARAMS = {};