From c9d379c8ee92251cd10c2b9014bb41effadc07b0 Mon Sep 17 00:00:00 2001 From: Alex Henrie Date: Tue, 30 Apr 2024 00:27:53 -0600 Subject: Prefer image/vnd.fpx over image/x-fpx and improve its detection 0x46506978 is the ASCII string "FPix", which was the Macintosh file type code for FlashPix, but FlashPix files do not start with "FPix". Rather, they are OLE Compound Storage files that have the root class identifier {56616700-c154-11ce-8553-00aa00a1f95b}. https://www.iana.org/assignments/media-types/image/vnd.fpx http://fileformats.archiveteam.org/wiki/OLE http://fileformats.archiveteam.org/wiki/FlashPix --- data/freedesktop.org.xml.in | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'data') diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in index 876b756..41c7ef6 100644 --- a/data/freedesktop.org.xml.in +++ b/data/freedesktop.org.xml.in @@ -6066,13 +6066,16 @@ command to generate the output files. - - FPX image - FPX - FlashPiX - - + + FlashPix image + + + + + + + EPS image (gzip-compressed) -- cgit v1.2.3