Documentation
From LibGD
HTML documentations (From Thomas Boutell or in the release packages):
- Future Proposals
Contents |
[edit]
Tutorials
[edit]
GD with MinGW
See mingw for an example about how to use GD binaries with MinGW.
See buildusingmingw to build GD using MinGW.
The DevC++ example contains a Makefile which can be used for mingw.
[edit]
GD with DevC++ on Windows
[edit]
GD with FFMPeg
Our playground repository contains two examples to use GD with FFMPeg. The first example (ffmpeg_thumb) creates thumbnails from a video. The second (ffmpeg_out) creates a video using GD images.
You can browse the code online using cvsviewer.
