Re: First results
[email protected] (Mateusz Loskot)
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <[email protected]> |
Pierre wrote: > Hi Mateusz, > > I'm cc'ing the developers list, there is certainly someone interested > in your work. I hope you don't mind. Pierre, Sure, I don't. I've subscribed to gd-devel (hope my reply will get there). > On 1/17/07, Mateusz Loskot <[email protected]> wrote: >> Next, I created simple test application based on the sample >> code from manual and I successfully did draw white line on black >> background, from upper-left to lower-right line, on Windows CE :-) > > It is really nice to see that I'm not the only to be happy with a > couple of pixels on a screen, even a small one :-) :-) > It would be nice to add a couple of examples/projects while adding the > CE support. Yes, I'll try to provide some. >> In order to get this success with libgd + libjpeg only, >> a small changeset was needed: >> >> http://mateusz.loskot.net/tmp/libgd-wince-mloskot-20070116.patch > > I will create a branche for 2.0 and start 2.1 dev using HEAD. Once > your account has been approved, feel free to commit your patch > yourself :) OK >> + as I mentioned previously, I used my Windows CE porting >> library (files named with wce_* and functions starting >> with wceex_* ) - WCELIBCEX: >> >> http://sourceforge.net/projects/wcelibcex > > You should have recieved the details of your WIki account. Nothing has arrived so far, but no rush. > Feel free to add a page to describe your work on WInCE and > how to use or compile it. Sure, I'll describe it. There are two options: - use WCELIBCEX as external dependency, so users need to download sources them self - copy missing functions to libgd directly (WCELIBCEX is under MIT license) Personally, I prefer the first option, because it's easier to keep these porting library synched in all projects. > If you like to provide binaries, let me know, the files can be put > in the releases directory (faster delivery and mirrors when we need > them). OK >> No serious changes to the project structure, etc. so far. >> Certainly, supporting next features will need new changes, >> but it's definitely doable without much problems and >> I'm going to maintain it. >> >> I love ANSI C/C++ code :-) > > Me too, well most of the time ;) :-) > Thanks for you work! Thanks for libgd! Cheers -- Mateusz Loskot http://mateusz.loskot.net