Re: MING and gif2mask
[email protected] (Wolfgang Hamann) Thu, 8 Jan 2004 14:05:36 +0100 (CET)
| Newsgroups | gmane.comp.web.ming.general |
|---|---|
| Message-ID | <wolfgang-1040108140535.A0626736@loopback> |
Also, I am going to be putting the stuff I am developing in MING on windows onto a linux server. Will I be able to use png2dbl and gif2mask (or is there even a png2mask?) from my linux server? I don't think I am able to recompile PHP (4.3) on this server but I do have shell access so may be able to compile just these tools from the util directory of the source tarball? Is this as easy as changing to that directory and typing make gif2mask? Thanks for any help, Kelvin. Hi, if your server allows you to use the dl() function from php, you only need to build ming extension to use it. You will need to get the php-devel package that matches your server to do so Wolfgang