Multiple choice php

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. It supports creating, manipulating, and saving images in formats like JPEG, PNG, GIF, and more. Option A refers to IMAP, Option B is vague, and Option C is not a standard library name.