Basically I have 3 png images. They have the same height and different width.
I want to create a new image on the fly, then join the 3 images (not merging, I want to respect the content of each image) and put them on the new image.
After that I wanto to rotate that new image.
I want to do it with php GD.
If someone can give me an idea, It would be awesome.