Skip to content

Commit

Permalink
feat(lab-2558): allow to import jp2 and nitf images (#1610)
Browse files Browse the repository at this point in the history
Co-authored-by: Josselin BUILS <[email protected]>
  • Loading branch information
josselinbuils and Josselin BUILS authored Jan 2, 2024
1 parent a5cb5fc commit edff909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/kili/core/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"video/x-m4v,video/quicktime,video/webm"
),
"Image": (
"image/jpeg,image/png,image/bmp,image/gif,image/webp,image/x-icon,"
"image/tiff,image/vnd.microsoft.icon,image/svg+xml,image/avif,image/apng"
"application/vnd.nitf, image/jp2,image/jpeg,image/png,image/bmp,image/gif,image/webp,"
"image/x-icon,image/tiff,image/vnd.microsoft.icon,image/svg+xml,image/avif,image/apng"
),
"Pdf": "application/pdf",
"Text": "text/plain",
Expand Down

0 comments on commit edff909

Please sign in to comment.