2 Steps to make PHP GD library enable



If you plan to use php to process some images, you should make PHP GD library enable, to make it enable you can do like this.

Step 1: Check it enable?

You can create a php file and paste code below, then open it by your browser.


<?php

phpinfo();

?>

If you find result like below, you can be sure PHP GD library enable has been enable in your php develope evironment, and you can use it to process some images. If not, you can read step 2.

php gd library

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>