Skip to content

Commit

Permalink
Add .tif format criteo#117
Browse files Browse the repository at this point in the history
  • Loading branch information
geekdenz committed Mar 16, 2022
1 parent c46e83a commit b724113
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/com/criteo/vips/enums/VipsImageFormat.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ public enum VipsImageFormat {
PNG(".png"),
WEBP(".webp"),
GIF(".gif"),
AVIF(".avif");
AVIF(".avif"),
TIF(".tif");

private final String extension;

Expand Down

0 comments on commit b724113

Please sign in to comment.