Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gnustep/libs-gsgd
gsgd is an Objc interface to libgd library. libgd is a library to create PNG and Jpeg images.
https://github.com/gnustep/libs-gsgd
Last synced: 15 days ago
JSON representation
gsgd is an Objc interface to libgd library. libgd is a library to create PNG and Jpeg images.
- Host: GitHub
- URL: https://github.com/gnustep/libs-gsgd
- Owner: gnustep
- License: lgpl-3.0
- Created: 2014-08-09T05:13:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-11T22:11:42.000Z (over 7 years ago)
- Last Synced: 2023-03-12T04:27:34.984Z (almost 2 years ago)
- Language: Objective-C
- Homepage: http://www.gnustep.org/
- Size: 213 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING.LIB
Awesome Lists containing this project
README
README
******gsgd was originally written by Manuel Guesdon
. Nicola Pero
rearranged and reorganized much of the code.gsgd is an Objc interface to libgd library. libgd is a library to create
PNG and Jpeg images.You need libgd, available at http://www.boutell.com/gd
gsgd has been tested with libgd 1.8.1 (PNG/Jpeg version).