mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
add image/x-rgb to supported mime types (SGI-RGB)
This commit is contained in:
parent
5e375dd557
commit
4f33fe25cc
@ -86,7 +86,7 @@ public class ImageUtils {
|
|||||||
SUPP_EXTENSIONS = Arrays.asList(ImageIO.getReaderFileSuffixes());
|
SUPP_EXTENSIONS = Arrays.asList(ImageIO.getReaderFileSuffixes());
|
||||||
|
|
||||||
SUPP_MIME_TYPES = new TreeSet<>(Arrays.asList(ImageIO.getReaderMIMETypes()));
|
SUPP_MIME_TYPES = new TreeSet<>(Arrays.asList(ImageIO.getReaderMIMETypes()));
|
||||||
SUPP_MIME_TYPES.addAll(Arrays.asList("image/x-ms-bmp", "application/x-123"));
|
SUPP_MIME_TYPES.addAll(Arrays.asList("image/x-rgb", "image/x-ms-bmp", "application/x-123"));
|
||||||
SUPP_MIME_TYPES.removeIf("application/octet-stream"::equals);
|
SUPP_MIME_TYPES.removeIf("application/octet-stream"::equals);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user