viewimg

Crates.ioviewimg
lib.rsviewimg
version0.9.0
sourcesrc
created_at2019-12-30 01:32:25.304254
updated_at2024-04-24 17:18:00.527229
descriptionOpenEXR and HDR image viewer
homepagehttps://github.com/mandeep/viewimg
repositoryhttps://github.com/mandeep/viewimg
max_upload_size
id193400
size4,446,312
Mandeep Bhutani (mandeep)

documentation

https://github.com/mandeep/viewimg

README

header build crates license

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

screenshot

Commit count: 151

cargo fmt