https://github.com/savonet/ocaml-gd
Mirror of https://sourceforge.net/projects/gd4o/
https://github.com/savonet/ocaml-gd
gd graphics ocaml
Last synced: 8 months ago
JSON representation
Mirror of https://sourceforge.net/projects/gd4o/
- Host: GitHub
- URL: https://github.com/savonet/ocaml-gd
- Owner: savonet
- License: lgpl-2.1
- Created: 2018-12-26T16:51:44.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T15:39:54.000Z (over 2 years ago)
- Last Synced: 2024-04-16T01:53:43.625Z (about 2 years ago)
- Topics: gd, graphics, ocaml
- Language: OCaml
- Homepage:
- Size: 866 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
GD4O: OCaml wrapper for the GD graphics library.
================================================
Version 1.0a5, November 24, 2003
Copyright (c) 2002 by Shawn Wagner
Copyright (c) 2003 by Matthew C. Gushee
************************************************************************
WARNING: This is a developer's release, and may contain serious bugs.
Use in a production environment is not recommended.
************************************************************************
What is GD4O?
-------------
GD4O is an OCaml interface to the GD graphics library. It is based on
OCamlGD 0.7, developed by Shawn Wagner. Since that package is not
actively maintained at present--and, to the best of my knowledge, its
author does not intend to continue working on it--I decided to take up
development.
The goal of this project is to provide a complete and up-to-date
interface to GD. The current version is very incomplete, but may be
usable for very simple graphics.
Major changes from OCamlGD
--------------------------
* GD4O uses Findlib
* New drawing objects:
polygon
filled_polygon
filled_ellipse
* Implemented antialiased drawing
* Truecolor images
* TrueType fonts
* Created more extensive test program, which draws most available
shapes and tests all output methods.
Documentation
-------------
INSTALL
How to compile and install the library and test program.
README.ocamlgd
README from OCamlGD 0.7
doc/manual.txt
Partial user's manual from OCamlGD. Should be enough to help you get
started.
doc/api-xref.html
Cross-reference from GD C API to OCaml API. Shows status of each
feature in GD4O, with links to GD library docs and GD4O API docs.
Comments, Questions, Bug reports
--------------------------------
Please send email to
Enjoy!
November 24, 2003
Matt Gushee