File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ difficult. See [vipsdisp-tiny](https://github.com/libvips/vipsdisp-tiny) for
1212a minimal example --- that's a libvips image viewer in about 300 lines of
1313very 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
1721It all works, though see the TODO list below.
@@ -253,7 +257,8 @@ https://github.com/libvips/build-win64-mxe/tree/master
253257Clone 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
You can’t perform that action at this time.
0 commit comments