Ok, I have a really hard question. Ok, I'm reading data from a file. The data in the file is a bunch of numbers indicating which picture to load in a certain spot. The format of the file is 1)x number of columns, 2)y number of rows, followed by the set of numbers indicating which picture goes in which slot (like a giant table).
How would I set up a subroutine(s) to intrepret the data from the file to merge several pictures into one giant picture and save that? Until I read the file, I will not know how many pictures I will need to merge into one finalized image. Reading the file and intepreting the data isn't the big deal to me; it's how to put the pictures together (each one is 16 pixels by 16 pixels) in such a way that I can save them as 1 giant picture. ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/k7folB/TM --------------------------------------------------------------------~-> '// ======================================================= Rules : http://ReliableAnswers.com/List/Rules.asp Home : http://groups.yahoo.com/group/vbHelp/ ======================================================= Post : [EMAIL PROTECTED] Join : [EMAIL PROTECTED] Leave : [EMAIL PROTECTED] '// ======================================================= Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/vbhelp/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
