-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathorg.libvips.nip4.metainfo.xml
More file actions
261 lines (203 loc) · 7.35 KB
/
org.libvips.nip4.metainfo.xml
File metadata and controls
261 lines (203 loc) · 7.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2023 jcupitt -->
<component type="desktop-application">
<id>org.libvips.nip4</id>
<url type="homepage">https://github.com/jcupitt/nip4</url>
<url type="vcs-browser">https://github.com/jcupitt/nip4</url>
<content_rating type="oars-1.1" />
<name>nip4</name>
<summary>Image processing spreadsheet</summary>
<developer_name>jcupitt</developer_name>
<metadata_license>MIT</metadata_license>
<project_license>GPL-2.0+</project_license>
<recommends>
<control>pointing</control>
<control>keyboard</control>
<control>touch</control>
</recommends>
<description>
<p>
nip4 is a spreadsheet-like interface to the libvips image processing
library. You create a set of formula connecting your objects together,
and on a change nip4 will recalculate. Because nip4 uses libvips
as the image processing engine it can handle very large images,
recalculates quickly, and only needs a little memory. It scales to
fairly complex workflows: I've used it to develop systems with more
than 10,000 cells, analyzing images of many tens of gigabytes.
</p>
<p>
nip4 can load all workspaces from nip2, the previous version of this
program. It has a batch mode, so you can run any image processing
system you develop from the command-line and without a GUI.
</p>
</description>
<launchable type="desktop-id">org.libvips.nip4.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/jcupitt/nip4/master/images/shot1.png</image>
<caption>The CHARISMA workspace for museum technical imaging</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/jcupitt/nip4/master/images/shot2.png</image>
<caption>A 10,000 node workspace that computes per-voxel Patlaks from PET-CT scans</caption>
</screenshot>
</screenshots>
<releases>
<release version="9.1.1" date="2026-04-22">
<description>
<p>
Fix region delete, fix embedded toggle on ICC import.
</p>
</description>
</release>
<release version="9.1.0" date="2026-04-22">
<description>
<p>
Completely rewritten toolkit menus are all vips8, ctrl-M
hides and shows the toolkit menu, new test suite, better modifier
handling, lots of small bugfixes.
</p>
</description>
</release>
<release version="9.0.18" date="2026-03-25">
<description>
<p>
Disable denial of service limits on image load, better printing
of snip output, the row menu has a new "Copy Value" option,
gainmap support, selecting a row also selects the enclosing
column, better display of FOURIER images, better file dialog
start location, better wsdefs menu, lots of small bugfixes.
</p>
</description>
</release>
<release version="9.0.17" date="2026-02-25">
<description>
<p>
Fix a few small bugs.
</p>
</description>
</release>
<release version="9.0.16" date="2026-02-01">
<description>
<p>
This build adds more improvements to nip4's programming language,
including pattern matching for lambdas and better scoping for list
comprehensions. Startup is faster thanks to deferred compilation,
and the flatpak binary bundles an ImageMagick binary for wider file
format support.
</p>
</description>
</release>
<release version="9.0.15" date="2025-11-22">
<description>
<p>
This build improves nip4's programming language with argument
pattern matching and function overloads.
</p>
</description>
</release>
<release version="9.0.14" date="2025-10-25">
<description>
<p>
This version fixes the Magick menu, improves load cancel, and
improves the display of computed animated images. There are
a lot of fixes to the backend with better startup and shutdown
speed, a new vips8 builtin system, lazy batch output, and lazy ++.
</p>
</description>
</release>
<release version="9.0.13" date="2025-09-20">
<description>
<p>
This version improves the workspace definitions pane and the
programming window. Batch mode is now complete. Visual styling is
improved. Lots of bug fixes and small polishing.
</p>
</description>
</release>
<release version="9.0.12" date="2025-08-21">
<description>
<p>
This version has many image display improvements, an EXE icon
on windows, high-DPI support, better group and ungroup, better
row drag, and a much better toolkit menu.
</p>
</description>
</release>
<release version="9.0.11" date="2025-07-21">
<description>
<p>
This version has a rewritten tilecache which should be o
dramatically faster in many cases. Flicker on updates should
also be gone. Plus many small fixes, see the CHANGELOG.
</p>
</description>
</release>
<release version="9.0.10" date="2025-06-22">
<description>
<p>
This version adds better OME-TIFF handling (along with other
image display improvements), better menu state initialisation,
and more view properties are shared with thumbnails. It adds
"Merge column" and "Merge tab" submenus. Region manipulation
during recomputation is now much more responsive.
</p>
</description>
</release>
<release version="9.0.9" date="2025-05-31">
<description>
<p>
Better select modifier handling, added horizontal and vertical
guides, regions snap to gudes, better menu homing, better
anitialias on zoom out, added a region context menu.
</p>
</description>
</release>
<release version="9.0.5" date="2025-03-20">
<description>
<p>
Image windows are faster and more reliable, matrix recalculation
is more robust, fixed a crash after row drag, fixed replace from
file in sub-rows, started revising menus.
</p>
</description>
</release>
<release version="9.0.4" date="2025-03-20">
<description>
<p>
Image windows are faster and more reliable, workspace load is more
robust, fixed a bug in save-as, fixed a bug in graph export.
</p>
</description>
</release>
<release version="9.0.2" date="2025-03-11">
<description>
<p>
Image windows are faster and more reliable, file chooser widgets
support drag and drop, long formula truncate correctly.
</p>
</description>
</release>
<release version="9.0.1" date="2025-02-24">
<description>
<p>
First test release we distribute.
</p>
</description>
</release>
<release version="9.0.0-11" date="2025-02-18">
<description>
<p>
First test release.
</p>
</description>
</release>
<release version="0.1" date="2024-02-04">
<description>
<p>
Project start.
</p>
</description>
</release>
</releases>
</component>