I'm working with the GD toolset and I noticed that images are loaded with open_image(), then manipulated. My question is this: Do you need to close the image somehow after the manipulation, and if so, how?
I've looked at some code out there and see a die() statement at the end of most of these scripts, is this to close the open_image() function, or does if serve another purpose?
Any basic information here would be greatly appreciated...