PHP can't do image manipulation nagively, but there are several plugins that enable it to do quite a lot.
One of them is GD, for which the image_* series function in php exist. Read the php manual for information about these. I'm not sure you can do all those things you want with it though...