GD is an open source code library for the dynamic creation of images by programmers. GD is written in C, and “wrappers” are available for Perl, PHP and other languages. GD creates PNG, JPEG and GIF images, among other formats. GD is commonly used to generate charts, graphics, thumbnails, and most anything else, on the fly. While not restricted to use on the web, the most common applications of GD involve web site development.
See the GD website for more informations.
FS#59 — Import Windows CE port
Attached to Project —
libGD
Opened by Mateusz Loskot (mloskot) - Wednesday, 14 March 2007, 23:38 GMT+2
Last edited by Mateusz Loskot (mloskot) - Monday, 30 April 2007, 05:56 GMT+2
Opened by Mateusz Loskot (mloskot) - Wednesday, 14 March 2007, 23:38 GMT+2
Last edited by Mateusz Loskot (mloskot) - Monday, 30 April 2007, 05:56 GMT+2
|
DetailsThis report is for task of importing Windows CE port of libgd to the CVS repository. |
This task depends upon
I committed changes required to build libgd with PNG, JPEG and ZLIB support for Windows CE. Here is the submission summary:
In next steps, I'm going to submit
Nice to see things moving forward!
A little note about freetype, you may be interested in this thread: http://lists.nongnu.org/archive/html/freetype-devel/2007-05/msg00000.html (freetype winCE project files)
About windows support in general, if you need other buffer format support (like dib, bitmap) or buffer conversion function, please let me know. It is part of my current work to define what we may need to use gd on windows (with gdi(+), directx, opengl or the win32 api).