Once again, many thanks in advance for any help!
I am writing a map editor (who is not!) for 2d maps. The program uses MaxGUI. I have a main window open with a file menu. I want the user to choose an image to load (512 x 512). I then want to split this into 255 seperate 'tiles'. It seems that I will have to draw the total image onto a buffer and grab images from it. However, I do not want the user to see this...any ideas?
I am writing a map editor (who is not!) for 2d maps. The program uses MaxGUI. I have a main window open with a file menu. I want the user to choose an image to load (512 x 512). I then want to split this into 255 seperate 'tiles'. It seems that I will have to draw the total image onto a buffer and grab images from it. However, I do not want the user to see this...any ideas?