libGD

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.

| Tasklist |

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
Task Type Bug Report
Category General
Status Assigned
Assigned To Mateusz Loskot (mloskot)
Operating System Other
Severity Medium
Priority Normal
Reported Version 2.0.34
Due in Version 2.1.0
Due Date 2007-05-01
Percent Complete 90%
Votes 0
Private No

Details

This report is for task of importing Windows CE port of libgd to the CVS repository.

This task depends upon

Comment by Mateusz Loskot (mloskot) - Monday, 30 April 2007, 05:59 GMT+2

I committed changes required to build libgd with PNG, JPEG and ZLIB support for Windows CE. Here is the submission summary:

Checking in gd.h;
/repository/gd/libgd/gd.h,v  <--  gd.h
new revision: 1.36; previous revision: 1.35
done
Checking in gdft.c;
/repository/gd/libgd/gdft.c,v  <--  gdft.c
new revision: 1.33; previous revision: 1.32
done
Checking in gdhelpers.h;
/repository/gd/libgd/gdhelpers.h,v  <--  gdhelpers.h
new revision: 1.8; previous revision: 1.7
done

In next steps, I'm going to submit

  • README file
  • Visual C++ 2005 project
  • a bunch of examples
Comment by Pierre Joye (Pierre) - Tuesday, 01 May 2007, 14:23 GMT+2

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).

Loading...