Part fix #891: Application crashes while viewing CR3 thumbnails
authorColin Clark <colin.clark@cclark.uk>
Mon, 10 May 2021 11:03:22 +0000 (12:03 +0100)
committerColin Clark <colin.clark@cclark.uk>
Mon, 10 May 2021 11:03:22 +0000 (12:03 +0100)
commit45cf096d873ad0f24e3f42ce6e5f3083970d925f
tree7b445ac2b5415e301981f6cb4718d15ca3858c4d
parent84d758f0a1aef90b4890538e952d37b00542aef7
Part fix #891: Application crashes while viewing CR3 thumbnails

https://github.com/BestImageViewer/geeqie/issues/891

Use LibRaw to extract preview images from .cr3 files (or any raw files
not recognized by exiv2).
README.md
configure.ac
doxygen.conf
src/Makefile.am
src/image-load.c
src/image-load.h
src/image_load_libraw.c [new file with mode: 0644]
src/image_load_libraw.h [new file with mode: 0644]
web/geeqie-install-debian.sh