From ad7827fe1a9fc4bd15b9afca8b7fa7d3f90fd789 Mon Sep 17 00:00:00 2001 From: horsicq Date: Thu, 7 Jul 2022 08:25:14 +0200 Subject: [PATCH] Fix: 2022-07-07 --- db/Binary/graphics.1.sg | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/db/Binary/graphics.1.sg b/db/Binary/graphics.1.sg index c5a969949..e3bdddcf5 100644 --- a/db/Binary/graphics.1.sg +++ b/db/Binary/graphics.1.sg @@ -1,5 +1,5 @@ // DIE's signature file -// Author: hypn0 +// Authors: hypn0 , Kaens (TG@kaens) init("image",""); @@ -86,5 +86,10 @@ function detect(bShowType,bShowVersion,bShowOptions) sName="DjVu image (.DJVU)"; } + else if(Binary.compare("WGq")) { + bDetected=1; + sName="Liar-soft Windows Conputer Graphics image (.WCG)"; + } + return result(bShowType,bShowVersion,bShowOptions); }