Module rle

Module rle 

Source
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§

CxrleData
Data from the #CXRLE line, e.g., #CXRLE Pos=0,-1377 Gen=3480106827776.
HeaderData
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.