mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
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:
parent
0e735d1dc6
commit
3a0af1f50a
1 changed files with 4 additions and 3 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue