https://github.com/wintersnake/c-imglib
A C library for loading and saving a variety of image formats
https://github.com/wintersnake/c-imglib
Last synced: 11 months ago
JSON representation
A C library for loading and saving a variety of image formats
- Host: GitHub
- URL: https://github.com/wintersnake/c-imglib
- Owner: WinterSnake
- License: mit
- Created: 2025-03-31T00:35:54.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-31T11:10:08.000Z (about 1 year ago)
- Last Synced: 2025-04-13T16:45:48.103Z (about 1 year ago)
- Language: C
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Image Loader Library
This library is meant to learn how to load, manipulate, and store several different image file formats as well as being a source to look at for others to dive in themselves.