https://github.com/dosworld/pasqoi
A Pascal implementation of Quite OK Image Format
https://github.com/dosworld/pasqoi
Last synced: 6 days ago
JSON representation
A Pascal implementation of Quite OK Image Format
- Host: GitHub
- URL: https://github.com/dosworld/pasqoi
- Owner: DosWorld
- License: mit
- Created: 2021-12-18T00:14:06.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-23T14:34:14.000Z (about 4 years ago)
- Last Synced: 2025-01-31T11:34:20.700Z (12 months ago)
- Language: Pascal
- Size: 27.3 KB
- Stars: 14
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README

# PasQOI
A Pascal implementation of [Quite OK Image Format](https://github.com/phoboslab/qoi).
PASQOI16 - This is implementation for Turbo Pascal (16-bit) with buffered read/write (due to CPU Arch restriction, it is impossible handle more then 64kb RAM in one memory structure).
Next few days, I'll add implementation for 32/64-bit world.
**Production use warning**: QOI file format is not finalized yet. You can track progress [here in the original repository](https://github.com/phoboslab/qoi/issues/48).
# License
Copyright(c) 2021 Dominic Szablewski
Copyright(c) 2021 DosWorld
MIT License (see LICENSE file)