Possible values for PNG image type option.
See Also:
Requires:
Colour PNG image.
Wx::ImagePNGType.new(0)
Greyscale PNG image converted from RGB.
Wx::ImagePNGType.new(2)
Greyscale PNG image using red as grey.
Wx::ImagePNGType.new(3)
Palette encoding.
Wx::ImagePNGType.new(4)