removed 'tif" and 'tiff' from COMMON_IMAGES_FORMAT
This commit is contained in:
parent
af77ccb8ec
commit
3422146c9a
|
@ -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
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue