View Single Post
Stijn Stijn's Avatar

Administrator

Joined: Mar 2001

Posts: 6,964

Stijn is a splendid one to beholdStijn is a splendid one to beholdStijn is a splendid one to beholdStijn is a splendid one to beholdStijn is a splendid one to beholdStijn is a splendid one to beholdStijn is a splendid one to behold

Apr 5, 2006, 08:04 AM
Stijn is offline
Reply With Quote
J2O is written in PHP, foo.

Code:
$aTilesetData = /* some code to retrieve upload info from database */;
if(is_readable('rendered/'.$aTilesetData['filename'].$aTilesetData['uploadtime']'.png')) {
  //rendered image exists
} else {
  //generate image and save
}
But I'm sure Bobby/Frank can write this themselves. Just wanted to correct Marijn