https://github.com/libvips/vipsdisp-tiny
Tiny C program to display an image with vips8 and gtk+
https://github.com/libvips/vipsdisp-tiny
Last synced: 6 months ago
JSON representation
Tiny C program to display an image with vips8 and gtk+
- Host: GitHub
- URL: https://github.com/libvips/vipsdisp-tiny
- Owner: libvips
- License: mit
- Created: 2015-06-18T13:37:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-07-28T13:17:04.000Z (over 3 years ago)
- Last Synced: 2025-06-30T17:50:01.023Z (9 months ago)
- Language: C
- Size: 39.1 KB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
# vipsdisp
Tiny C program to display an image with vips8 and gtk+3.
This is supposed to be a minimal example program rather than useful in itself.
See [vipsdisp](https://github.com/jcupitt/vipsdisp) for a more complete
(and much more complex) image viewer.
Run:
```
$ ./bootstrap.sh
$ ./configure
$ make
$ ./vipsdisp ~/pics/k2.jpg
```