BestImageViewer / geeqie

claiming to be the best image viewer / photo collection browser
http://www.geeqie.org/
GNU General Public License v2.0
479 stars 79 forks source link

wrong depth pixel value in`Show Pixel Info` #1063

Open LogWell opened 1 year ago

LogWell commented 1 year ago

ISSUE TYPE

GEEQIE VERSION

Geeqie 1.4
sudo apt install geeqie

OS / DISTRIBUTION

Ubuntu 18.04.6 LTS

SUMMARY

Display wrong depth pixel value inShow Pixel Info

STEPS TO REPRODUCE

One depth image K4A_raw_img_d_0

You can read depth pixel value with cvkit by sv K4A_raw_img_d_0.png image

Geeqie image

PS: Do you have plans to support pictures in formats such as exr and hdr?

caclark commented 1 year ago

PS: Do you have plans to support pictures in formats such as exr and hdr?

There is the OpenEXR library which might be used, but Geeqie can only display 8-bit color anyway. Would it be worth it?

caclark commented 1 year ago

Display wrong depth pixel value inShow Pixel Info

Geeqie shows images in a GdkPixbuf which has a bit-depth of 8. I do not see a solution to this.

LogWell commented 1 year ago

PS: Do you have plans to support pictures in formats such as exr and hdr?

There is the OpenEXR library which might be used, but Geeqie can only display 8-bit color anyway. Would it be worth it?

It is easy to use HDRView and tev to browse exr and hdr in ubuntu, I particularly like the Marks in Geeqie, it would be better if you could add support for the exr format.

LogWell commented 1 year ago

Display wrong depth pixel value inShow Pixel Info

Geeqie shows images in a GdkPixbuf which has a bit-depth of 8. I do not see a solution to this.

Will the future version consider supporting 16-bit images?

caclark commented 1 year ago

PS: Do you have plans to support pictures in formats such as exr and hdr?

1099