Releases: jcupitt/nip4
Releases · jcupitt/nip4
v9.0.1-5
First public release
A windows binary is in the assets
tag below.
For linux, there's a PR to add nip4 to flathub here:
You can install one of the test releases from that PR with eg.:
flatpak install --user \
https://dl.flathub.org/build-repo/165060/org.libvips.nip4.flatpakref
For macOS, there's a PR for a homebrew package here: Homebrew/homebrew-core#209123
Changes since 9.0.0
- fix Colour display
- fix 16-bit alpha scaling
- use
VIPS_PATH_MAX
everywhere (notFILENAME_MAX
) [kleisauke] - support
ninja test
- fix bands -> height image to matrix conversion
- fix
to_colour
- add
nip4-batch
batch mode interface - fix tests
- remove ^C/^V in mainwindow
- show parent/child row relationships on hover
- fix kplot on win
- fix build and startup on macOS
v9.0.1-3
First public release
A windows binary is in the assets
tag below.
For linux, there's a PR to add nip4 to flathub here:
You can install one of the test releases from that PR with eg.:
flatpak install --user \
https://dl.flathub.org/build-repo/165060/org.libvips.nip4.flatpakref
For macOS, nip4 should be coming to homebrew soon.
Changes since 9.0.0
- fix Colour display
- fix 16-bit alpha scaling
- use
VIPS_PATH_MAX
everywhere (notFILENAME_MAX
) [kleisauke] - support
ninja test
- fix bands -> height image to matrix conversion
- fix
to_colour
- add
nip4-batch
batch mode interface - fix tests
- remove ^C/^V in mainwindow
- show parent/child row relationships on hover
- fix kplot on win