18 releases
0.9.0 | Apr 24, 2024 |
---|---|
0.8.1 | Nov 16, 2022 |
0.8.0 | May 6, 2020 |
0.5.0 | Mar 27, 2020 |
0.1.1 | Dec 30, 2019 |
#262 in Images
969 downloads per month
4MB
203 lines
viewimg is an image viewer intended to be used with OpenEXR and Radiance HDR images, however other popular image formats are supported as well. The goal of viewimg is to be a cross-platform image viewer that quickly opens OpenEXR and Radiance HDR images with the purpose of instantly seeing the image contents. There is no editing component to this application, therefore tone mapping and other HDR editing operators are not supported. The typical use case of viewimg would be to view HDR images immediately after rendering.
For both OpenEXR and Radiance HDR images, the f32 values are intensity corrected prior to casting to u8. In the case of OpenEXR images, gamma correction of 2.0 is also applied.
Installation
To install viewimg run cargo install viewimg
in a terminal prompt.
Note: Vulkan must be installed on the target system in order for viewimg to work correctly.
For Debian users this can be done with the command sudo apt install mesa-vulkan-drivers
.
Usage
To use viewimg you can run viewimg
in a terminal with the path to the
image file that you wish to open:
$ viewimg ../cornell_box_denoised.hdr
Screenshot
Dependencies
~19–34MB
~421K SLoC