Dr Brain Posted July 12, 2004 Report Posted July 12, 2004 Seems that every rectangle is represented by 8 ASCII chars. 2 for each of the 4 rectangle properties in this order: XYWH It seems that some sort of 0-1024 -> a-Z conversion is made. First, the input number is split into two numbers from 0-31. Then the numbers are converted into a-z (0 to 25) or A-Z (26+). I don't recall perfectly the conversion boundarys, so it's best not to take this post as reference material. The encode routine is found in region.c in the ASSS src directory.
Recommended Posts