An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# libimgtype

![libimgtype](snap.png)

[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
```