Schau mal in der Hilfe unter Tools Graphic Converter oder Suche nach RLE, dann findest du die Kompressionsmethode:

The RLE method used is : byte value, AA(hex), repeats.

So a sequence of 5, AA, 10 means that a byte with the value of 5 must be repeated 16 times (hex notation used)

Dass AA ist wohl eine Art Trennzeichen, also bedeutet

00 AA 2C Wert (Farbe) 0 44 mal.