Description
Legacy PHP applications can create and manipulate images through the GD graphics library. This supports older web applications that generate thumbnails, charts, CAPTCHA images, or resized uploads.
It is a PHP legacy extension. Uploaded images should be validated for size and type before processing to avoid excessive memory use or unsafe files.