DEADSOFTWARE

fpc 3.2 fixes and rpm spec.
[d2df-editor.git] / src / lib / vampimg / ImagingTypes.pas
index 9c5e1f13a0324d7c41a3004e595bb83e6d4177b7..e38478b17a3f03b73a5a280b67ad0626e728768f 100644 (file)
@@ -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;