TermBuf::Image::Format
Inherits Enum < Comparable < Value < Object
What the bytes are, by the numbers the graphics protocol uses.
Constants
Rgb = 24
Three bytes per pixel.
Rgba = 32
Four bytes per pixel, the fourth being alpha.
Png = 100
A PNG file, header and all.