Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uyjulian/krglhpng
PNG graphic loader for KIRIKIRIZ
https://github.com/uyjulian/krglhpng
krkr-plugin
Last synced: 6 days ago
JSON representation
PNG graphic loader for KIRIKIRIZ
- Host: GitHub
- URL: https://github.com/uyjulian/krglhpng
- Owner: uyjulian
- License: mit
- Created: 2019-06-19T08:14:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T22:19:02.000Z (5 months ago)
- Last Synced: 2024-10-18T20:38:21.657Z (27 days ago)
- Topics: krkr-plugin
- Language: C++
- Homepage:
- Size: 82 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PNG plugin for Kirikiri
This plugin allows reading and writing of PNG images for Kirikiri / 吉里吉里
## Building
After cloning submodules and placing `ncbind` and `tp_stub` in the parent directory, a simple `make` will generate `krglhpng.dll`.
## How to use
After `Plugins.link("krglhpng.dll");` is used, the PNG image format will be supported.
## License
This project is licensed under the MIT license. Please read the `LICENSE` file for more information.