TilerImageFormat type
Image format specifier for tile and image requests
KnownTilerImageFormat can be used interchangeably with TilerImageFormat,
this enum contains the known values that the service supports.
Known values supported by the service
png: Portable Network Graphics format - supports transparency
npy: NumPy array format for raw data access
tif: GeoTIFF format for georeferenced raster data
jpeg: JPEG format - smaller file size but lossy compression
jpg: Alternate extension for JPEG format
jp2: JPEG 2000 format - supports both lossy and lossless compression
webp: WebP format - modern image format with good compression
pngraw: Raw PNG format for access to unprocessed data
type TilerImageFormat = string