GDLib for PHP

Serg Belokamen serg.belokamen at gmail.com
Wed Feb 15 02:03:08 UTC 2006


apt-cache search gd | grep lib

install the libs (apt-get)

Everything will magically work assuming PHP has the gd extension
installed (what you refered to as gd compiled in to PHP).

*puts on PHP developer hat*, I'd look into ImageMagic before diving
into gd... It might be far more efficient from execution perspective.

On 15/02/06, Wade Smart <wade at wadesmart.com> wrote:
> 02142006 1947 GMT-6
>
> Im working with images with PHP. It calls for gdlib.
> I read on the http://www.boutell.com/gd  that gdlib
> was compiled in php 5.x by default. However,
> when I run <?php print_r(gd_info()); ?> I get an error.
> So that means its not active by default.
> My question is, how would I go about getting this
> feature installed?
>
> Wade
>
> --
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>




More information about the ubuntu-users mailing list