Thanks for the reply sam.
The server is PHP 5 with GD and not imagemagik
Do i have to do it in PHP ? Well to be honest no, It can be done in javascript aswell. But i'm limited to what i can work with here. I'm just doing extras to a site already coded.
I have an array of the images and sizes.
Array
(
[0] => Array
(
[image] => ad30x70.jpg
[width] => 30
[height] => 70
)
[1] => Array
(
[image] => ad70x30.jpg
[width] => 70
[height] => 30
)
)
Thats the only data i have to work with.
And to be honest with you.. I have no idea where to start with this.
Paul