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. Freedom is the right to be wrong.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now