Skip to content

Releases: wkjarosz/hdrview

v1.1.0

02 Jun 04:31
a277e27
Compare
Choose a tag to compare

Changes since last release

Features

  • added support for different tools. So far just the hand tool for pan/zoom, and the rectangular marquee tool
  • can now select rectangular region of interest (ROI)
  • filters can now be applied to just the selected ROI
  • added crop command (crops to currently selected ROI)
  • added copy-paste functionality
  • added new colorpicker and related widgets
  • some new keyboard shortcuts: tool switching, selection, copy/paste

Other changes

  • removing unused color functions
  • moving generic widgets to nanogui namespace
  • some changes to icons and keyboard shortcuts
  • continuing snake casing
  • cleanup and reorg

Released files

  • pre-built binaries for macOS (built using OpenGL or Metal backends)

v1.0.2

25 May 21:49
974b313
Compare
Choose a tag to compare

Changes

  • fixed redraw bug on color picker

Released files

  • pre-built binaries for macOS (built using OpenGL or Metal backends)

v1.0.1

17 May 22:01
31527de
Compare
Choose a tag to compare

Changes

Mostly minor fixes from v1.0:

  • sorting by filename now uses a natural sort algorithm so files with numbers are sorted properly.
  • added alpha channel visualization mode
  • removed bold from image button filenames when only showing short/unique portion of filenames
  • release downloads automatically added via GitHub actions

Released files

  • pre-built binaries for macOS (built using OpenGL or Metal backends)

Version 1.0

14 May 19:15
24d4a0a
Compare
Choose a tag to compare

Version 1.0!

Changes

  • HDRView now uses the new nanogui 2
  • On macOS, HDRView defaults to using Metal, but can also be compiled using OpenGL
  • false color visualization now uses the inferno matplotlib colormap (from Matt Zucker's shader toy)
  • improved image list panel
    • images can be rearranged by dragged
    • both left and right alignment
    • sorting of image list
  • a few new filters (fill and set channel)
  • fixed many small issues.

Released files

  • Pre-built binary for macOS