File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/titiler/core/titiler/core/resources Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 8686
8787* add OGC Tiles `/tiles` and `/tiles/{tileMatrixSet}` endpoints
8888
89+ * add `gif` media type
90+
8991### titiler.mosaic
9092
9193* Rename `reader` attribute to `backend` in `MosaicTilerFactory` **breaking change**
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ class MediaType(str, Enum):
3030 csv = "text/csv"
3131 openapi30_json = "application/vnd.oai.openapi+json;version=3.0"
3232 openapi30_yaml = "application/vnd.oai.openapi;version=3.0"
33+ gif = "image/gif"
3334
3435
3536class ImageDriver (str , Enum ):
@@ -43,6 +44,7 @@ class ImageDriver(str, Enum):
4344 webp = "WEBP"
4445 jp2 = "JP2OpenJPEG"
4546 npy = "NPY"
47+ gif = "GIF"
4648
4749
4850class ImageType (str , Enum ):
You can’t perform that action at this time.
0 commit comments