Skip to content

Commit

Permalink
Fix: 2022-07-07
Browse files Browse the repository at this point in the history
  • Loading branch information
horsicq committed Jul 7, 2022
1 parent f82b033 commit ad7827f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion db/Binary/graphics.1.sg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DIE's signature file
// Author: hypn0 <hypn0@mail.ru>
// Authors: hypn0 <hypn0@mail.ru>, Kaens (TG@kaens)

init("image","");

Expand Down Expand Up @@ -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);
}

0 comments on commit ad7827f

Please sign in to comment.