Has anyone met this problem ?
I've checked the output of phpinfo()
,and see gd
is enabled.
UPDATE
I built PHP with --with-gd
, but only GIF Support
and PNG Support
are in the output of phpinfo(), how do I enable JPEG Support
?
Has anyone met this problem ?
I've checked the output of phpinfo()
,and see gd
is enabled.
UPDATE
I built PHP with --with-gd
, but only GIF Support
and PNG Support
are in the output of phpinfo(), how do I enable JPEG Support
?
Sounds like it wasn't built against libjpeg. See if "JPEG Support" in the gd section is "enabled".
I can only guess, but:
Configure Command
? Does it say anything about jpg ?