jmillsy
01-21-2005, 12:40 PM
Hello Everyone,
Im looking to convert a JPEG Image to a GIF image.
This very easily done.. however, there is a small issue.
My GD library is installed, and support for all (most, rather) image formats are enabled. Here's my gd_info() array:
array(11) {
["GD Version"]=>
string(27) "bundled (2.0.12 compatible)"
["FreeType Support"]=>
bool(true)
["FreeType Linkage"]=>
string(13) "with freetype"
["T1Lib Support"]=>
bool(false)
["GIF Read Support"]=>
bool(true)
["GIF Create Support"]=>
bool(false)
["JPG Support"]=>
bool(true)
["PNG Support"]=>
bool(true)
["WBMP Support"]=>
bool(true)
["XBM Support"]=>
bool(true)
["JIS-mapped Japanese Font Support"]=>
bool(false)
}
If you notice, everything up GIF Create Support is enabled. Meaning, I can't create a GIF. (Just incase you didnt figure that out ;))
Anyway, my question is: How the heck can I <i>enable</i> the GIF Image Create Support? I can't find anything online anywhere. And it doesnt help that I am running Plesk, and they move files around.
Any help is appreciated!
John
Im looking to convert a JPEG Image to a GIF image.
This very easily done.. however, there is a small issue.
My GD library is installed, and support for all (most, rather) image formats are enabled. Here's my gd_info() array:
array(11) {
["GD Version"]=>
string(27) "bundled (2.0.12 compatible)"
["FreeType Support"]=>
bool(true)
["FreeType Linkage"]=>
string(13) "with freetype"
["T1Lib Support"]=>
bool(false)
["GIF Read Support"]=>
bool(true)
["GIF Create Support"]=>
bool(false)
["JPG Support"]=>
bool(true)
["PNG Support"]=>
bool(true)
["WBMP Support"]=>
bool(true)
["XBM Support"]=>
bool(true)
["JIS-mapped Japanese Font Support"]=>
bool(false)
}
If you notice, everything up GIF Create Support is enabled. Meaning, I can't create a GIF. (Just incase you didnt figure that out ;))
Anyway, my question is: How the heck can I <i>enable</i> the GIF Image Create Support? I can't find anything online anywhere. And it doesnt help that I am running Plesk, and they move files around.
Any help is appreciated!
John
