I got a lot of small images that i put into a table, they are positioned like so:
image2 image3
image1 image4
and so on
All the images form one big image. There are no other elements in the table, no borders or anything, only images that are next each other. I was wondering if i could merge all table elements into one big image. How can i do this?
You could try these, I haven't myself used GD much:
http://php.net/manual/en/book.image.php
http://diceattack.wordpress.com/2011/01/03/combining-multiple-images-using-php-and-gd/
Well, first thing, why did you sliced them, if you need them in single image?
If you dont own the images on your server, you should simply use photoshop or other tool to merge the images. (by other tool I mean PRINT SCREEN
button on keyboard)
You need to use GD or image magic.