Skip to content

Commit

Permalink
Added HEIC format
Browse files Browse the repository at this point in the history
  • Loading branch information
noboomu committed Dec 24, 2021
1 parent f0c191a commit 1aa07d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Proteus Changelog.
## Unreleased
### No issue

**Added AVIF format**


[f0c191a37c3e244](https://github.com/noboomu/proteus/commit/f0c191a37c3e244) Joshua Bauer *2021-12-24 00:25:14*

**Improve handling of FormData files and buffers**


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -969,6 +969,7 @@ public class MediaType
public static final MediaType IMAGE_BMP = create("image/bmp", "bmp");
public static final MediaType IMAGE_CGM = create("image/cgm", "cgm");
public static final MediaType IMAGE_G3FAX = create("image/g3fax", "g3");
public static final MediaType IMAGE_HEIC = create("image/heic", "heic");
public static final MediaType IMAGE_GIF = create("image/gif", "gif");
public static final MediaType IMAGE_IEF = create("image/ief", "ief");
public static final MediaType IMAGE_JPEG = create("image/jpeg", "jpg","jpeg", "jpe");
Expand Down

0 comments on commit 1aa07d8

Please sign in to comment.