You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
Generating Images on the Fly With PHP PHP / Dynamic Images
One of the most popular features of PHP is real-time image generation. That is, we can create a new image canvas, "paint" it, and either save it to a file, or send it directly to the browser. This article will show you how to create an image in real-time with PHP.