Posts Tagged ‘gd’

20090123 Open interval version number

Now this is something funny! I wanted to check the version of GD in my development machine. As I was right in the middle of php coding, I just did a quick print_r(gd_info()). And what did I get? Array (     [GD Version] => 2.0 or higher     [FreeType Support] => 1   [...]