nip2 is the GUI for the libvips image processing library. It’s a bit like a spreadsheet: you create a set of formulas that connect objects together, and nip2 recalculates.
Install
You can install nip2 via your package manager. For Windows and OS X, you can download binaries from the nip2 releases page. If you must build from source, see the section below.
Documentation
nip2 with 50-page manual—press F1 or help in program / directory view.
Build nip2 from source
In the nip2 directory, you should be able to do the usual:
./configure make sudo make installBy default this will install the file to
/usr/local. Check the summary at the end of configure and make sure you have everything you want Function.If you downloaded from GIT, you need to:
Build the config system first.
nip2 requires vips, gtk2 and libxml2 at runtime and flex/bison at compile time. If you have fftw3, gsl, goffice, libgvc, you will get extra functionality.
SnapshotRebuild the snapshot with:
although it is done automatically on push.