Skip to content

Releases: jcupitt/vipsdisp

v4.1.2

02 Aug 14:36
Compare
Choose a tag to compare

Thanks to @kleisauke, the Windows build gets an icon and better icon scaling, otherwise no changes.

v4.1.1

31 Jul 19:54
Compare
Choose a tag to compare

Changes since 4.1.0

  • do our own tile snapping if gtk has no snap mechanism
  • high-dpi support
  • fix TIFF pyr detection [euzada]

Linux binaries on flathub, macOS binaries on homebrew, win binaries below.

v4.1.0

27 Jul 14:25
Compare
Choose a tag to compare

Changes since 4.0.0

  • fix a ref leak in tilesource_new_from_file()
  • much better focus indicator in imagedisplay
  • update from nip4 again to get faster and prettier repaints
  • better complex image display
  • much better prev / next / refresh handling

Linux and macOS binaries on flatpak and homebrew, windows binary below.

The Windows build includes libvips 8.18-test1 to get RAW image load and gtk4+patches by @kleisauke to get borderless tiled rendering. At 200% desktop scaling and higher you will probably see some thin white lines on the image, unfortunately.

The flatpak build has RAW load, but is missing the gtk+ patches since it relies on the SDK for the gtk4 binary.

Homebrew is missing both.

v4.0.0

18 Jun 09:40
Compare
Choose a tag to compare

vipsdisp has been moved on top of the updated image display widget from nip4 development.

It now needs libvips 8.17, but should be faster, smoother, rendering quality should be up, and it should handle many more corner cases, especially ones involving display modes like pages-as-bands.

Linux binary here:

https://flathub.org/apps/org.libvips.vipsdisp

Windows binary below. macOS binary in homebrew.

v3.1.0

29 Oct 12:13
Compare
Choose a tag to compare

Changes since 3.0.4:

  • better behaviour for image interpretations like MATRIX
  • window menu has next-image / prev-image in the top line [euzada]
  • add "preserve view settings on new image"
  • add animated JXL support

Flathub binary here: https://flathub.org/apps/org.libvips.vipsdisp

macOS install with brew install vipsdisp.

Windows binary below. Unzip somewhere and run vipsdisp-w64-3.1.0/bin/vipsdisp.exe.

Full Changelog: v3.1.0...v3.0.4

v3.0.4

02 Mar 17:59
Compare
Choose a tag to compare
  • add next image / previous image
  • add drag/drop and copy/paste of files, file lists, textures and strings
  • add "reload"
  • better event handling in imagewindow
  • add multifile load
  • keep view settings on next/prev image
  • use clang-format
  • move to gnome SDK v45

Flathub binary here: https://flathub.org/apps/org.libvips.vipsdisp

Windows binary below. Unzip, then doubleclick on bin/vipsdisp.exe.

Full Changelog: v3.0.3...v2.6.3

v2.6.3

07 Jan 12:43
Compare
Choose a tag to compare
  • Metadata display (alt-enter, or right-click and select "Properties") [angstyloop]
  • Better save options
  • Better zoom animations

A linux build is here:

https://flathub.org/apps/org.libvips.vipsdisp

Windows binary below (unzip, run bin/vipsdisp.exe).

v2.6.1

27 Oct 06:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.6.1

Linux version https://flathub.org/apps/org.libvips.vipsdisp

Windows binary below.

v2.5.1

24 Jul 03:40
Compare
Choose a tag to compare

Fix the progress bar.

v2.5.0

22 Jul 13:27
Compare
Choose a tag to compare

Save options, better SVG and PDF handling, better OME-TIFF handling, faster image display.