wx.ImagePNGTypeΒΆThe ImagePNGType enumeration provides the following values:
| Description | Value |
|---|---|
wx.PNG_TYPE_COLOUR |
Colour PNG image. |
wx.PNG_TYPE_GREY |
Greyscale PNG image converted from RGB. |
wx.PNG_TYPE_GREY_RED |
Greyscale PNG image using red as grey. |
wx.PNG_TYPE_PALETTE |
Palette encoding. |