Multiple choice technology

What library do you need in order to process images?

  1. c-client library

  2. GIF/PNG library

  3. Image Library

  4. GD library

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The GD library is PHP's standard extension for image processing and manipulation. It supports creating, editing, and converting image formats like GIF, PNG, JPEG, and others. The other options are not valid PHP image libraries.