Skip to content

Commit

Permalink
Support for the Canon "Digital Rebel" (300D alias)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrocr committed Mar 2, 2015
1 parent 53eb995 commit 826152b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/external/adobe_coeff.c
Expand Up @@ -36,6 +36,7 @@ static void dt_dcraw_adobe_coeff(const char *name, float cam_xyz[1][12])
{ "Canon EOS 60D", 0, 0x2ff7, { 6719,-994,-925,-4408,12426,2211,-887,2129,6051 } },
{ "Canon EOS 70D", 0, 0x3bc7, { 7034,-804,-1014,-4420,12564,2058,-851,1994,5758 } },
{ "Canon EOS 100D", 0, 0x350f, { 6602,-841,-939,-4472,12458,2247,-975,2039,6148 } },
{ "Canon EOS DIGITAL REBEL", 0, 0xfa0, { 8197,-2000,-1118,-6714,14335,2592,-2536,3178,8266 } },
{ "Canon EOS 300D DIGITAL", 0, 0xfa0, { 8197,-2000,-1118,-6714,14335,2592,-2536,3178,8266 } },
{ "Canon EOS 350D DIGITAL", 0, 0xfff, { 6018,-617,-965,-8645,15881,2975,-1530,1719,7642 } },
{ "Canon EOS 400D DIGITAL", 0, 0xe8e, { 7054,-1501,-990,-8156,15544,2812,-1278,1414,7796 } },
Expand Down
3 changes: 3 additions & 0 deletions src/external/rawspeed/data/cameras.xml
Expand Up @@ -101,6 +101,9 @@
<Vertical x="0" width="60"/>
<Horizontal y="0" height="10"/>
</BlackAreas>
<Aliases>
<Alias>Canon EOS DIGITAL REBEL</Alias>
</Aliases>
</Camera>
<Camera make="Canon" model="Canon EOS D30">
<CFA width="2" height="2">
Expand Down

0 comments on commit 826152b

Please sign in to comment.