Spake Martin unto thee:
> Do I understand you to mean that with some server-side programming the
> image could be displayed at an angle without actually modifying the
> image?
Yes, although I've not done what you want specifically, it is possible for
PHP to send back an image header (eg. image/jpeg) and open up an existing
image to base its content on. You should be able to find some tutorials
showing how to do this.
In order to use the image you would simply refer to the PHP file in the
image element (eg. <img src="image.php" ... />). You could then pass
variables to the PHP to specify the angle of rotation and the actual base
image to use.
Again, I couldn't tell you the exact code to use as I haven't done this
before, but a search should find you enough info to get started. Of
course, as I said earlier, it might be less hassle to do it manually
--
Dylan Parry
http://webpageworkshop.co.uk - FREE Web tutorials and references