Dear all,
I want to open an image with @imagecreatefrompng and then add blank space below image to add text etc...
How can it be done plz ?
Thx for any clue,
Alec
make an 'output image' at the size you want the whole image: ImageCreateTrueColor() or ImageCreate()
make 'picture image': ImageCreateFromPng($yourfile)
Copy the 'picture image' resized to the 'output image': ImageCopyResized(...) let some space for text.
Add text to 'output image'