https://github.com/rajahlone/gifenc.ldg
GIF encoder using the GIFLib Project
https://github.com/rajahlone/gifenc.ldg
atari-st gif ldg-library
Last synced: 10 months ago
JSON representation
GIF encoder using the GIFLib Project
- Host: GitHub
- URL: https://github.com/rajahlone/gifenc.ldg
- Owner: RajahLone
- Created: 2025-05-31T18:02:44.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-13T12:15:04.000Z (about 1 year ago)
- Last Synced: 2025-06-24T22:39:07.679Z (12 months ago)
- Topics: atari-st, gif, ldg-library
- Language: C
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gifenc.ldg
Library using the LDG system and the GIF encoder functions from GIFLIB.
Used by:
* P2SM to save images in GIF format.
* MAKE_MAP to slice large GIF into tiles and map array.
Other programs can use it, please read these sources and P2SM GFA source.
# installation for makefiles
- pre-requisite: different targets of libldg.a in /opt/cross-mint/m68k-atari-mint/lib/
- in an empty folder,
```mkdir ./build/68000```
```mkdir ./build/68020```
```mkdir ./build/ColdFire```
- get /gifenc.ldg/ from [gifdec_r3_src.zip](https://ptonthat.fr/files/gifdec/gifdec_r3_src.zip) and unpack the contents to ./
- gifenc.ldg.xcodeproj is for Xcode 16.4, you may not need it if you use something else.