⇦ | nip4 [main]
Last updated on: 2026-05-06 02:12 [UTC]

Metadata for nip4 in main

org.libvips.nip4 - 9.1.2-1 ⚙ amd64 ⚙ arm64 ⚙ armhf ⚙ i386 ⚙ loong64 ⚙ ppc64el ⚙ riscv64 ⚙ s390x

Icon
---
Type: desktop-application
ID: org.libvips.nip4
Package: nip4
ProjectLicense: GPL-2.0+
Name:
  C: nip4
Summary:
  C: Image processing spreadsheet
Description:
  C: >-
    <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>
Developer:
  name:
    C: jcupitt
Categories:
- Graphics
- 2DGraphics
- RasterGraphics
Keywords:
  C:
  - nip4
  - nip2
  - graphic
  - view
  - image
Url:
  homepage: https://github.com/jcupitt/nip4
  vcs-browser: https://github.com/jcupitt/nip4
Icon:
  cached:
  - name: nip4_org.libvips.nip4.png
    width: 48
    height: 48
  - name: nip4_org.libvips.nip4.png
    width: 64
    height: 64
  - name: nip4_org.libvips.nip4.png
    width: 128
    height: 128
  remote:
  - url: org/libvips/nip4/6bed7e17128266897d1f2e584127eded/icons/128x128/nip4_org.libvips.nip4.png
    width: 128
    height: 128
  stock: org.libvips.nip4
Launchable:
  desktop-id:
  - org.libvips.nip4.desktop
Recommends:
- control: pointing
- control: keyboard
- control: touch
Provides:
  mediatypes:
  - image/gif
  - image/x-fits
  - image/x-pcx
  - image/x-portable-anymap
  - image/x-portable-bitmap
  - image/x-portable-graymap
  - image/x-portable-pixmap
  - image/tiff
  - image/jpeg
  - image/png
  - image/x-exr
  - image/webp
  - image/x-webp
  - image/heif
  - image/heic
  - image/svg+xml
  - application/pdf
  - image/jp2
  - image/jxl
  - image/mrxs
  - image/svs
  - image/ndpi
  - image/avf
  - text/x-matlab
  - text/csv
Screenshots:
- default: true
  caption:
    C: The CHARISMA workspace for museum technical imaging
  thumbnails:
  - url: org/libvips/nip4/6bed7e17128266897d1f2e584127eded/screenshots/image-1_1248x702@1.png
    width: 1248
    height: 702
  - url: org/libvips/nip4/6bed7e17128266897d1f2e584127eded/screenshots/image-1_752x423@1.png
    width: 752
    height: 423
  - url: org/libvips/nip4/6bed7e17128266897d1f2e584127eded/screenshots/image-1_624x351@1.png
    width: 624
    height: 351
  - url: org/libvips/nip4/6bed7e17128266897d1f2e584127eded/screenshots/image-1_224x125@1.png
    width: 224
    height: 125
  source-image:
    url: org/libvips/nip4/6bed7e17128266897d1f2e584127eded/screenshots/image-1_orig.png
    width: 2560
    height: 1440
- caption:
    C: A 10,000 node workspace that computes per-voxel Patlaks from PET-CT scans
  thumbnails:
  - url: org/libvips/nip4/6bed7e17128266897d1f2e584127eded/screenshots/image-2_1248x702@1.png
    width: 1248
    height: 702
  - url: org/libvips/nip4/6bed7e17128266897d1f2e584127eded/screenshots/image-2_752x423@1.png
    width: 752
    height: 423
  - url: org/libvips/nip4/6bed7e17128266897d1f2e584127eded/screenshots/image-2_624x351@1.png
    width: 624
    height: 351
  - url: org/libvips/nip4/6bed7e17128266897d1f2e584127eded/screenshots/image-2_224x125@1.png
    width: 224
    height: 125
  source-image:
    url: org/libvips/nip4/6bed7e17128266897d1f2e584127eded/screenshots/image-2_orig.png
    width: 2560
    height: 1440
Releases:
- version: "9.1.2"
  type: stable
  unix-timestamp: 1777507200
  description:
    C: >-
      <p>
      
                  Fix load of large workspaces by removing UI update from graph
                  reduction, fix load of old workspaces by allowing redefinition of o
                  symbols across parse blocks, fix confusing errors by banning the
                  rename of tabs to names in an enclosing scope, improve image stack
                  transitions.
              </p>
- version: "9.1.1"
  type: stable
  unix-timestamp: 1776816000
  description:
    C: >-
      <p>
      
                  Fix region delete, fix embedded toggle on ICC import.
              </p>
- version: "9.1.0"
  type: stable
  unix-timestamp: 1776816000
  description:
    C: >-
      <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>
- version: "9.0.18"
  type: stable
  unix-timestamp: 1774396800
  description:
    C: >-
      <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>
ContentRating:
  oars-1.1: {}