https://github.com/kjunichi/libimgtype
imgcat library for windows
https://github.com/kjunichi/libimgtype
Last synced: 9 months ago
JSON representation
imgcat library for windows
- Host: GitHub
- URL: https://github.com/kjunichi/libimgtype
- Owner: kjunichi
- License: mit
- Created: 2017-08-31T08:19:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-14T10:18:27.000Z (almost 9 years ago)
- Last Synced: 2025-02-07T17:25:03.927Z (over 1 year ago)
- Language: Go
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libimgtype

[imgtype](https://github.com/kjunichi/imgtype) is a like imgcat command for windows.
libimgtype is a library version of imgtype.
# How to use
you may need vcvarsall.bat, add gcc path.
```shell
makelib.bat
cd examples
make.bat
set path=%path%;..
main.exe
```