fatal error: Unidentified function: imagecolorallocate()
Posted: Fri Jun 06, 2008 11:41 am
I am getting this fatal error when i use this function:
imagecolorallocate()
does it have to do with my GD version?
Heres the GD info ( using var_dump(gd_info()); )
["GD Version"]=> "bundled (2.0.34 compatible)"
["FreeType Support"]=> bool(true)
["FreeType Linkage"]=> "with freetype"
["T1Lib Support"]=> bool(false)
["GIF Read Support"]=> bool(true)
["GIF Create Support"]=> bool(true)
["JPG Support"]=> bool(true)
"PNG Support"]=> bool(true)
["WBMP Support"]=> bool(true)
["XPM Support"]=> bool(false)
["XBM Support"]=> bool(true)
["JIS-mapped Japanese Font Support"]=> bool(false) }
Am i missing something?
imagecolorallocate()
does it have to do with my GD version?
Heres the GD info ( using var_dump(gd_info()); )
["GD Version"]=> "bundled (2.0.34 compatible)"
["FreeType Support"]=> bool(true)
["FreeType Linkage"]=> "with freetype"
["T1Lib Support"]=> bool(false)
["GIF Read Support"]=> bool(true)
["GIF Create Support"]=> bool(true)
["JPG Support"]=> bool(true)
"PNG Support"]=> bool(true)
["WBMP Support"]=> bool(true)
["XPM Support"]=> bool(false)
["XBM Support"]=> bool(true)
["JIS-mapped Japanese Font Support"]=> bool(false) }
Am i missing something?