Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tlsa/libcgifh
Helper library for generating animated diagrams with cgif
https://github.com/tlsa/libcgifh
Last synced: 2 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T15:07:15.000Z (4 months ago)
- Last Synced: 2024-10-09T19:47:17.888Z (3 months ago)
- Language: C
- Size: 18.6 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
===========[![Build Status](https://github.com/tlsa/libcgifh/actions/workflows/ci.yaml/badge.svg)](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.