Expand description
A parser for Golly’s Extended RLE format.
It is basically the same as the original RLE
format, except that it supports up to 256 states, and a #CXRLE line.
Structs§
- Cxrle
Data - Data from the
#CXRLEline, e.g.,#CXRLE Pos=0,-1377 Gen=3480106827776. - Header
Data - Data from the header line, e.g.,
x = 3, y = 3, rule = B3/S23. - Rle
- A parser for Golly’s Extended RLE format.
Enums§
- Error
- Errors that can be returned when parsing a RLE file.