diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2002-12-04 20:58:04 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2002-12-04 20:58:04 +0000 |
| commit | 5779f9bb0f43fece281c59def8526513c7adf11b (patch) | |
| tree | 05cadcbcfb3e6f014352e041646e072f263772ae /ext/gd/libgd/gd.h | |
| parent | f3a253a4a0935c6b8887568d0af37181751aec02 (diff) | |
| download | php-git-5779f9bb0f43fece281c59def8526513c7adf11b.tar.gz | |
Made imagecreatefromxpm() work once again.
Diffstat (limited to 'ext/gd/libgd/gd.h')
| -rw-r--r-- | ext/gd/libgd/gd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/gd/libgd/gd.h b/ext/gd/libgd/gd.h index 5031509c71..a08df2892d 100644 --- a/ext/gd/libgd/gd.h +++ b/ext/gd/libgd/gd.h @@ -228,6 +228,8 @@ gdImagePtr gdImageCreateFromGd2PartCtx(gdIOCtxPtr in, int srcx, int srcy, int w, gdImagePtr gdImageCreateFromXbm(FILE *fd); +gdImagePtr gdImageCreateFromXpm (char *filename); + void gdImageDestroy(gdImagePtr im); /* Replaces or blends with the background depending on the |
