File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,15 @@ Status](https://build.snapcraft.io/badge/jcupitt/nip2.svg)](https://build.snapcr
6
6
nip2 is a GUI for the [ libvips image processing
7
7
library] ( https://libvips.github.io/libvips ) . It's a little like a spreadsheet:
8
8
you create a set of formula connecting your objects together, and on a change
9
- nip2 recalculates.
9
+ nip2 will recalculate. This makes it convenient for developing image processing
10
+ systems since you can watch pixels change as you adjust your equations.
11
+
12
+ Because nip2 uses libvips as the image processing engine it can handle very
13
+ large images and only needs a little memory. It scales to fairly complex
14
+ workflows: I've used it to develop systems with more than 10,000 cells,
15
+ analyzing images of many tens of gigabytes. It has a batch mode, so you
16
+ can run any image processing system you develop from the command-line and
17
+ without a GUI.
10
18
11
19
[ ![ Screenshot] ( screenshot.png )] ( screenshot.png )
12
20
You can’t perform that action at this time.
0 commit comments