Updated dcraw to work better with Pentax files (thanks to Bill Siegmund)
This commit is contained in:
parent
c60c867b4d
commit
134f88e221
@ -6909,6 +6909,8 @@ void CLASS identify()
|
||||
if (height == 3136 && width == 4736) /* Pentax K-7 */
|
||||
{ height = 3122; width = 4684;
|
||||
top_margin = 2; filters = 0x16161616; }
|
||||
if (height == 2868 && width == 4352) /* Pentax K-x */
|
||||
width = 4308;
|
||||
if (height == 3014 && width == 4096) /* Ricoh GX200 */
|
||||
width = 4014;
|
||||
if (dng_version) {
|
||||
@ -7456,7 +7458,7 @@ konica_400z:
|
||||
} else if (!strcmp(model,"K20D")) {
|
||||
filters = 0x16161616;
|
||||
} else if (!strcmp(model,"K-x")) {
|
||||
width = 4309;
|
||||
width = 4308;
|
||||
filters = 0x16161616;
|
||||
} else if (!strcmp(model,"Optio S")) {
|
||||
if (fsize == 3178560) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user