php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "GD-Library"

What are the best practices for handling image properties in PHP when the GD-Library is not available?

When the GD-Library is not available in PHP, you can use the Imagick extension as an alternative for handling image properties. Imagick provides a set...

In cases where the gd library is not showing up in phpinfo(), what troubleshooting steps can be taken to identify and resolve the issue?

If the gd library is not showing up in phpinfo(), it may be due to the library not being installed or enabled in the PHP configuration. To resolve thi...

What steps should be taken to ensure that the GD Library is properly integrated and functioning for JPEG image manipulation in PHP?

To ensure that the GD Library is properly integrated and functioning for JPEG image manipulation in PHP, you need to make sure that the GD extension i...

How can the GD library be used to display images in PHP?

The GD library in PHP can be used to display images by creating a new image resource, loading an existing image file, and outputting the image to the...

How can the GD library be utilized for image resizing in PHP?

To utilize the GD library for image resizing in PHP, you can use the imagecopyresampled function to resize an image while maintaining its aspect ratio...

Showing 66 to 70 of 5700 results

‹ 1 2 ... 11 12 13 14 15 16 17 ... 1139 1140 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.