Monday, February 23, 2004
Working on the image tiles to back the atlas.
Because our 200x200 pixel tiles won't fit neatly into the supplied images, I'm trying to combine the existing images into as large sections as possible to minimize fiddly alignment work at the boundaries. There are 6 rows of 8 tiles, and I'm using imagemagick to combine them into just 6 wide images.
Then into PNGs to see if they're easier to handle than TIFs (ie. are they any smaller?).
Then combine as many rows as possible before splitting into 200s.
T