X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-editor.git;a=blobdiff_plain;f=src%2Flib%2Fvampimg%2FImagingTypes.pas;h=e38478b17a3f03b73a5a280b67ad0626e728768f;hp=9c5e1f13a0324d7c41a3004e595bb83e6d4177b7;hb=d352fdd3066532486d406dea4cb2dc629748f924;hpb=53ee9bbf75ec69253d01f1b073ab2a82476cea7e diff --git a/src/lib/vampimg/ImagingTypes.pas b/src/lib/vampimg/ImagingTypes.pas index 9c5e1f1..e38478b 100644 --- a/src/lib/vampimg/ImagingTypes.pas +++ b/src/lib/vampimg/ImagingTypes.pas @@ -251,7 +251,7 @@ type ifBTC = 203, ifATI1N = 204, ifATI2N = 205, - ifBinary = 206 + ifBinary = 206, { Passtrough formats } {ifETC1 = 220, ifETC2RGB = 221, @@ -259,7 +259,11 @@ type ifETC2PA = 223, ifDXBC6 = 224, ifDXBC7 = 225} - ); +); + { PCX formats} + ifMono = 250, + ifIndex2 = 251, + ifIndex4 = 252 { Color value for 32 bit images.} TColor32 = LongWord;