Issue #4618: support Canon CR3.

And by "supporting CR3", I mean sending the file over to raw developer
software which are supposed to support it! At the very least RawTherapee
support CR3 (since recent version 5.8 apparently), not sure about
darktable (but if not yet, I assume it won't be long either).
This commit is contained in:
Jehan 2020-03-14 23:54:25 +01:00
parent 0e735d1dc6
commit 3a0af1f50a

View file

@ -44,10 +44,11 @@ static const FileFormat file_formats[] =
{ {
{ {
N_("Raw Canon"), N_("Raw Canon"),
"image/x-canon-cr2,image/x-canon-crw", "image/x-canon-cr2,image/x-canon-crw,image/x-canon-cr3",
"cr2,crw", "cr2,crw,cr3",
"0,string,II*\\0\\020\\0\\0\\0CR," /* cr2 */ "0,string,II*\\0\\020\\0\\0\\0CR," /* cr2 */
"0,string,II\\024\\0\\0\\0HEAPCCDR", /* crw */ "0,string,II\\024\\0\\0\\0HEAPCCDR," /* crw */
"4,string,ftypcrx ", /* cr3 */
"file-%s-canon-load", "file-%s-canon-load",
"Load files in the Canon raw formats via %s", "Load files in the Canon raw formats via %s",