Log in | Register | Lost password

Bottom
PHP version of GD library?
  • Posted: 04.07.2004, 20:36
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    I am looking for a full PHP version of the GD library, so that Photoshare could work also with a PHP implementation without the GD library.
    I have worked a bit at it and found out that performance is not a big issue (at least not importing a small GIF, I ported that already). Anyway before I continue, I would like to know if someone knows about an existing GD library implemented in PHP.
  • Posted: 04.07.2004, 22:16
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    GD comes precompiled as binary with the PHP for Windows distribution. I guess it's the same for the other distributions.
  • Posted: 04.07.2004, 23:19
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0

    Quote

    GD comes precompiled as binary with the PHP for Windows distribution. I guess it's the same for the other distributions.

    I don't have difficulties including GD in my own PHP. My problem was that my provider doesn't include the GD library in his PHP. I can't change that and I have to work with what I have. So I am coding my own... unless there is one (well today I have added PNG output... seems quite straightforward, this imaging stuff).

Template courtesy of Designs By Darren.