removed 'tif" and 'tiff' from COMMON_IMAGES_FORMAT

This commit is contained in:
Francesco Mangiacrapa 2024-05-10 11:10:39 +02:00
parent af77ccb8ec
commit 3422146c9a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import java.util.List;
public class ImageDetector {
public static enum COMMON_IMAGES_FORMAT {
gif, png, jpeg, jpg, bmp, tif, tiff, svg, avif, webp
gif, png, jpeg, jpg, bmp, svg, avif, webp
}
/**