BufferedImage Help
Posted
by Eddy Freeman
on Stack Overflow
See other posts from Stack Overflow
or by Eddy Freeman
Published on 2010-05-06T15:01:31Z
Indexed on
2010/05/07
23:58 UTC
Read the original article
Hit count: 285
I posted a question in sun java forums sometime ago and i am finding it hard to understand the first response i received from the replier though it seems he gave me the correct approach to my problem. The link to the question is:
http://forums.sun.com/thread.jspa?threadID=5436562&tstart=0
Someone replied that i should use BufferedImage
and make tiles. I don't really understand what the tiles mean in connection with the BufferedImage
.
I would like someone to explain to me what the tiles are and how they are created in the BufferedImage
.
I have searched the web for a while but couldn't find any link that can help me understanding the basics of the tiles and creating the tiles. Any pointer to a site is also appreciated.
I need help in understanding the tiles in connection with the BufferedImage
and also how they are created.
© Stack Overflow or respective owner