PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
How can I change the height of an image runtime using GD.
e.g. I dont wanna change the image on file. I wanna change the image from a image resource thats created from imagecreate() GD.
Exactly how you would if you were going to save the file (I assume you know how to do this already), except you'll be using readfile() to output the file to the output buffer.