tinyff v0.1.0
what's new
png
- decoding and normalization
known limitations
png
- images using palette and interlacing are not yet supported
- only images with 8 bit depth are decodable for now
bmp
- still very experimental and not recommended
using tinyff
Download the library for your platform below, or build from source:
git clone https://github.com/tazyfoundsoup/tinyff
cd tinyff && makeℹ️ Note: To make development on hosted environments (environments with access to stdlib and stdio), build with the USE_HOSTED=1 flag (eg. make USE_HOSTED=1)
assets
| platform | file |
|---|---|
| linux x86_64 | libtinyff-linux-x86_64.a |
| macos aarch64 | libtinyff-macos-aarch64.a |
| windows x86_64 | libtinyff-windows-x86_64.a |