An open API service indexing awesome lists of open source software.

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

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.