Primary links
Checking for GD
admin — Fri, 20/04/2007 - 10:13am
To check whether your php installation has GD configured in it, you can do either of the following methods :
- Check your phpinfo() for the configuration parameters. If --with-gd is present, GD is installed.
- To confirm that GD is properly installed, execute the following code:<?php
echo "<pre>";
print_r(gd_info());
?>
It should output something like the following :Array
(
[GD Version] => bundled (2.0.28 compatible)
[FreeType Support] => 1
[FreeType Linkage] => with freetype
[T1Lib Support] =>
[GIF Read Support] => 1
[GIF Create Support] => 1
[JPG Support] => 1
[PNG Support] => 1
[WBMP Support] => 1
[XBM Support] => 1
[JIS-mapped Japanese Font Support] =>
)
User login
Follow Us
Who's online
There are currently 0 users and 1 guest online.
Who's new
- Nisha
- linnaeus
- Yameen
- TalleyReedy
- admin

