CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 2
Releases: jcupitt/nip4
v9.0.10-1
Compare
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.
Install from flathub for linux, homebrew for macOS, Windows binary below.
Assets 6
v9.0.10
Compare
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.
Install from flathub for linux, homebrew for macOS, Windows binary below.
Assets 6
v9.0.9-2
Compare
Changes since 9.0.8
- fix select modifier handling
- add region resize and drag snap
- add hguide and vguide regions
- improve menu homing
- improve antialias on zoom out
- add region context menu
- small bugfixes
Windows build below, linux version on flathub, macOS version on homebrew.
Assets 6
v9.0.8-2
Compare
Changes since 9.0.6:
- fix ctrl/shift detect on windows
- add menu pin button
- improve scRGBA display
- fix "gtk_window_get_application: assertion 'GTK_IS_WINDOW (window)' failed"
Assets 4
v9.0.6
Compare
Changes since 9.0.5:
- fix perspective distort
- fix "save" in save-n-quit
- fix a crash when running with libvips 8.16
Assets 4
v9.0.5
Compare
Changes since 9.0.4:
- better change handling in ientry improves matrixview behaviour
- better subrow finding fixes replace from file in nested columns
- fix a crash on row access after row drag between columns
- improved scheduling for vips_sink_screen()
Assets 6
v9.0.4-1
Compare
... another test release. This now runs all the test workspaces I have well, and on flatpak and windows.
Changes since 9.0.2-2:
- revise image repaint ... it should be noticeably faster, and should not get stuck
- more robust workspace load
- fix save-as
- fix a crash in graph export
Assets 6
v9.0.2-2
Compare
Another test release.
Changes since 9.0.1-5
- image window repaint is faster and should get not get stuck
- improve file chooser
- better font handling in win build [kleisauke]
- built against a test release of libvips 8.17
Assets 6
v9.0.1-5
Compare
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
Assets 5
v9.0.1-3
Compare
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