Ref #744: Support Canon cr3 files
authorColin Clark <colin.clark@cclark.uk>
Mon, 30 Mar 2020 18:23:37 +0000 (19:23 +0100)
committerColin Clark <colin.clark@cclark.uk>
Mon, 30 Mar 2020 18:23:37 +0000 (19:23 +0100)
commitf550f7731640be8092a4b1b546605a109b5b40c6
tree6277615b59afb881e06929d85fb4d5d71aee9c65
parent170f910705e27a9e7b83d2a13cf115be4220553e
Ref #744: Support Canon cr3 files

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

This is a temporary solution.
The code is a copy of image_load_jpeg.c, with addresses modified to suit
.cr3 files.
Instead of following pointers to the start of the full size jpeg, a
fixed address is used.

No doubt at some time someone will write a proper decoder.
src/Makefile.am
src/image-load.c
src/image_load_cr3.c [new file with mode: 0644]
src/image_load_cr3.h [new file with mode: 0644]