Skip to content

Commit 97cd35c

Browse files
committed
expand readme a bit
1 parent 2f819a3 commit 97cd35c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ Status](https://build.snapcraft.io/badge/jcupitt/nip2.svg)](https://build.snapcr
66
nip2 is a GUI for the [libvips image processing
77
library](https://libvips.github.io/libvips). It's a little like a spreadsheet:
88
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.
1018

1119
[![Screenshot](screenshot.png)](screenshot.png)
1220

0 commit comments

Comments
 (0)