Skip to content

Commit d712a4e

Browse files
committed
small readme update
1 parent 0eb9f14 commit d712a4e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ difficult. See [vipsdisp-tiny](https://github.com/libvips/vipsdisp-tiny) for
1212
a minimal example --- that's a libvips image viewer in about 300 lines of
1313
very commented C.
1414

15+
The vipsdisp image widget is [used by the image processing spreadsheet
16+
nip4](https://github.com/jcupitt/nip4) for image display, so that might be
17+
a better program if you want to do more than just view images.
18+
1519
## Screenshots
1620

1721
It all works, though see the TODO list below.
@@ -253,7 +257,8 @@ https://github.com/libvips/build-win64-mxe/tree/master
253257
Clone and run:
254258

255259
```
256-
./build.sh --with-disp all x86_64 shared
260+
./build.sh --target x86_64-w64-mingw32.shared vipsdisp
261+
257262
```
258263

259264
## TODO

0 commit comments

Comments
 (0)