https://github.com/tlsa/libcgifh
Helper library for generating animated diagrams with cgif
https://github.com/tlsa/libcgifh
Last synced: 5 months ago
JSON representation
Helper library for generating animated diagrams with cgif
- Host: GitHub
- URL: https://github.com/tlsa/libcgifh
- Owner: tlsa
- License: isc
- Created: 2024-06-22T12:33:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-25T10:50:34.000Z (about 1 year ago)
- Last Synced: 2025-06-10T04:03:28.158Z (about 1 year ago)
- Language: C
- Size: 31.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CGIF Helper
===========
[](https://github.com/tlsa/libcgifh/actions)
LibCGIFH is a simple C library containing some helper routines designed to make
it easy to create animated diagrams with [CGIF](https://github.com/dloebl/cgif).
Overview
--------
The library provides an interface to create an image and render into it. It also
provides simple palette construction helpers. It has no direct dependency on
CGIF (or anything beyond the standard C Library), so it may be useful for any
8-bit indexed colour image drawing task.
### Goals
* Simple.
### Features
* Render lines and rectangles.
* Render text at different scales.
* Automatically clip to image dimensions.