File tree Expand file tree Collapse file tree 3 files changed +35
-42
lines changed Expand file tree Collapse file tree 3 files changed +35
-42
lines changed Original file line number Diff line number Diff line change 11project ( ' nip4' , ' c' ,
22 # ie. a major after nip2 8.9 for workspace save file versioning
3- version : ' 9.0.0-10 ' ,
3+ version : ' 9.0.0-11 ' ,
44 license : ' GPL' ,
55 meson_version : ' >=0.64' ,
66 default_options : [
Original file line number Diff line number Diff line change 4141 " /bin/fpack" ,
4242 " /bin/funpack" ,
4343 " /bin/speed" ,
44+ " /bin/vips" ,
45+ " /bin/vipsheader" ,
4446 " /bin/vipsedit" ,
4547 " /bin/vipsprofile" ,
4648 " /bin/vipsthumbnail"
8183 "commit" : " 2335c047e91cac6fd04cb0fd2769380395149f15"
8284 }
8385 ],
84- "cleanup" : [
85- " /bin/libdeflate-gunzip" ,
86- " /bin/libdeflate-gzip"
87- ]
86+ "cleanup" : [
87+ " /bin"
88+ ]
8889 },
8990
9091 {
195196 "commit" : " f723c3940fff287c0a26b425b90a8e764823bfd4"
196197 }
197198 ],
198- "cleanup" : [
199- " /bin/exr2aces" ,
200- " /bin/exrenvmap" ,
201- " /bin/exrheader" ,
202- " /bin/exrinfo" ,
203- " /bin/exrmakepreview" ,
204- " /bin/exrmaketiled" ,
205- " /bin/exrmanifest" ,
206- " /bin/exrmetrics" ,
207- " /bin/exrmultipart" ,
208- " /bin/exrmultiview" ,
209- " /bin/exrstdattr"
210- ]
199+ "cleanup" : [
200+ " /bin"
201+ ]
211202 },
212203
213204 {
241232 "commit" : " 60f291dea0fd464e34d693b1ad55c46f9f2ee69a"
242233 }
243234 ],
244- "cleanup" : [
245- " /bin/dcm-dump" ,
246- " /bin/dcm-getframe"
247- ]
235+ "cleanup" : [
236+ " /bin"
237+ ]
248238 },
249239
250240 {
261251 "sha256" : " cc227c44316abb65fb28f1c967706eb7254f91dbfab31e9ae6a48db6cf4ae562"
262252 }
263253 ],
264- "cleanup" : [
265- " /bin/openslide-quickhash1sum" ,
266- " /bin/openslide-show-properties" ,
267- " /bin/openslide-write-png" ,
268- " /bin/slidetool"
269- ]
254+ "cleanup" : [
255+ " /bin"
256+ ]
270257 },
271258
272259 {
280267 "sha256" : " e4854fc3365c1462e493aa586bfaa2f3d0bb8c20b75a524955db64c27427ce09"
281268 }
282269 ],
283- "cleanup" : [
284- " /bin/imcopy" ,
285- " /bin/cookbook" ,
286- " /bin/fitscopy" ,
287- " /bin/fitsverify"
288- ]
270+ "cleanup" : [
271+ " /bin"
272+ ]
289273 },
290274
291275 {
334318 "sha256" : " 6a99eeed15632c6354895b1dd542ed5a855c0f15d9ad1326c6fe2b2c9e423190"
335319 }
336320 ],
337- "cleanup" : [
338- " /bin/gsl-config" ,
339- " /bin/gsl-histogram" ,
340- " /bin/gsl-randist"
341- ]
321+ "cleanup" : [
322+ " /bin"
323+ ]
342324 },
343325
344326 {
352334 {
353335 "type" : " git" ,
354336 "url" : " https://github.com/jcupitt/nip4.git" ,
355- "tag" : " v9.0.0-2 "
337+ "tag" : " v9.0.0-11 "
356338 }
357339 ]
358340 }
Original file line number Diff line number Diff line change 2020
2121 <description >
2222 <p >
23+ *This is a first alpha release for testing this new
24+ version of nip. Don't use it for anything serious!*
25+
2326nip4 is a GUI for the libvips image processing library. It's a little
2427like a spreadsheet: you create a set of formula connecting your objects
2528together, and on a change nip2 will recalculate. This makes it convenient
@@ -42,18 +45,26 @@ without a GUI.
4245
4346 <screenshot type =" default" >
4447 <image >https://raw.githubusercontent.com/jcupitt/nip4/master/images/shot1.png</image >
45- <caption >Even very large images open quickly </caption >
48+ <caption >A new interface design </caption >
4649 </screenshot >
4750
4851 <screenshot >
4952 <image >https://raw.githubusercontent.com/jcupitt/nip4/master/images/shot2.png</image >
50- <caption >Visualization tools let you explore technical images </caption >
53+ <caption >Workspaces from older versions load correcty </caption >
5154 </screenshot >
5255
5356 </screenshots >
5457
5558 <releases >
5659
60+ <release version =" 9.0.0-11" date =" 2025-02-18" >
61+ <description >
62+ <p >
63+ First test release.
64+ </p >
65+ </description >
66+ </release >
67+
5768 <release version =" 0.1" date =" 2024-02-04" >
5869 <description >
5970 <p >
You can’t perform that action at this time.
0 commit comments