Allow use of 'tif' to select TIFF output (#2893)

This commit is contained in:
Erlend
2021-09-16 19:49:14 +02:00
committed by GitHub
parent 481e350f39
commit 2679bb567b
2 changed files with 16 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ const formats = new Map([
['png', 'png'],
['raw', 'raw'],
['tiff', 'tiff'],
['tif', 'tiff'],
['webp', 'webp'],
['gif', 'gif'],
['jp2', 'jp2'],