Skip to content

Commit

Permalink
add gif mediatype
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Nov 4, 2024
1 parent 6bc1429 commit 1bafe2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/titiler/core/titiler/core/resources/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class MediaType(str, Enum):
csv = "text/csv"
openapi30_json = "application/vnd.oai.openapi+json;version=3.0"
openapi30_yaml = "application/vnd.oai.openapi;version=3.0"
gif = "image/gif"


class ImageDriver(str, Enum):
Expand All @@ -43,6 +44,7 @@ class ImageDriver(str, Enum):
webp = "WEBP"
jp2 = "JP2OpenJPEG"
npy = "NPY"
gif = "GIF"


class ImageType(str, Enum):
Expand Down

0 comments on commit 1bafe2a

Please sign in to comment.