View Single Post
02-24-2011, 07:41 PM
#1
dlcoding is offline dlcoding
Status: I'm new around here
Join date: Nov 2010
Location: Exmouth
Expertise: Software And Web Development
Software: Dreamweaver, Visual Studio
 
Posts: 6
iTrader: 0 / 0%
 

dlcoding is on a distinguished road

  Old  Rending Images into a circle - GD

Okay, this is hard to explain, however, im sure there is a mathematical word for doing it, and calculating it.

I have an array of images, like so:

PHP Code:
$images = {"img1.jpg","img2.jpg","img3.jpg"}; 
etc.

Now, I need to use GD library to render these in a circle. (As in each image is rendered around, next to each other, in a circle shape)

It must render the images in a circle and if there are more images, it renders them closer together.

Any help on this would be great!

Thanks