From 682a6cd77071344e936d73d9c1bf9ca7d1e78840 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Mon, 15 May 2023 16:44:53 +0000 Subject: Handle atari GED bitmaps (Joerg Jenderek) --- magic/Magdir/images | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/magic/Magdir/images b/magic/Magdir/images index 19e362ae..ace0f59b 100644 --- a/magic/Magdir/images +++ b/magic/Magdir/images @@ -1,6 +1,6 @@ #------------------------------------------------------------------------------ -# $File: images,v 1.239 2023/04/02 15:19:40 christos Exp $ +# $File: images,v 1.240 2023/05/15 16:44:53 christos Exp $ # images: file(1) magic for image formats (see also "iff", and "c-lang" for # XPM bitmaps) # @@ -1711,6 +1711,19 @@ # channel_delay[4]; 128 - channel delay, timebase 1/60 s #>32058 ubequad !0 \b, channel delays %16.16llx +# From: Joerg Jenderek +# URL: http://fileformats.archiveteam.org/wiki/GED +# https://recoil.sourceforge.net/formats.html#Atari-8-bit +# Reference: https://sourceforge.net/projects/recoil/files/recoil/6.3.4/recoil-6.3.4.tar.gz +# recoil-6.3.4/recoil.c +# http://mark0.net/download/triddefs_xml.7z/defs/b/bitmap-ged.trid.xml +# Note: called "Atari GED bitmap" by TrID; file size 11302 +# and verified by RECOIL graphic tool +0 string \xFF\xFF0SO\x7F Atari GED bitmap, 160x200 +#!:mime application/octet-stream +!:mime image/x-atari-ged +!:ext ged + # From: Joerg Jenderek # URL: http://fileformats.archiveteam.org/wiki/ImageLab/PrintTechnic # Reference: http://mark0.net/download/triddefs_xml.7z/defs/b/bitmap-b_w.trid.xml -- cgit v1.2.1