File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,10 @@ public static class Png
2929 public const string Gray4Bpp = "Png/gray_4bpp.png" ;
3030 public const string Gray16Bit = "Png/gray-16.png" ;
3131 public const string GrayAlpha8Bit = "Png/gray-alpha-8.png" ;
32- public const string GrayAlpha8Bit2 = "Png/rollsroyce.png" ;
32+ public const string GrayAlpha8BitInterlaced = "Png/rollsroyce.png" ;
33+ public const string GrayAlpha1BitInterlaced = "Png/iftbbn0g01.png" ;
34+ public const string GrayAlpha2BitInterlaced = "Png/iftbbn0g02.png" ;
35+ public const string Gray4BitInterlaced = "Png/iftbbn0g04.png" ;
3336 public const string GrayAlpha16Bit = "Png/gray-alpha-16.png" ;
3437 public const string GrayTrns16BitInterlaced = "Png/gray-16-tRNS-interlaced.png" ;
3538 public const string Rgb24BppTrans = "Png/rgb-8-tRNS.png" ;
You can’t perform that action at this time.
0 commit comments