new image from a big image and insert into html
Posted: Sat Nov 09, 2002 7:18 am
I'm making a game and it's got a map. Whole map is around 800x600 but i only need 180x180 of it at a time to send to client as a background for table. I have 2 options, one is to make 64x64 (4096) 180x180 images which will take around 30MB or use php image functions.
My prob is I can't mix php image functions with doc/html format. Any way this can be possible?
My prob is I can't mix php image functions with doc/html format. Any way this can be possible?