On Sun, 21 Oct 2001 14:53:41 +0200, Wim Van Roy <email@hidden> wrote:
> Tile dimensions are not even divisible by 4? What can I do to fix this?
You can either
(1) resize the image (d) so that d/t is a multiple of 4, or
(2) change the number of tiles (t) so that d/t is a multiple of 4.
In this, d is one of the dimensions of the source image (width or height),
and t is the number of tiles produced in that direction. With a 15 mm lens,
the source image is usually 2496x768 and the tiling is 24x1.
-Ken
--
Ken Turkowski email@hidden
Immersive Media Technologist http://www.worldserver.com/turk/
Apple Computer, Inc.
1 Infinite Loop, MS 302-3VR
Cupertino, CA 95014