Pictures for
ixus40 :
ixus40_shot.tar.gz
Those values were more or less guessed...
{ // Canon Digital IXUS 40
L"Canon DIGITAL IXUS 40", // name checked
2400,1720, 12,24,6,12, 2272,1704, 31, 1023, MOSAIC_TYPE1, // ??
lsDaylight, {0.652674f,-0.172074f,-0.107575f, -0.139063f,0.594517f,0.060252f, -0.009088f,0.082013f,0.23808f}, //??
{1.0f, 1.0f, 1.0f},
-1, {}, {},
L"{11111111-11110000-08a420c3-32f9001F}"
}
For dcraw this opens
ixus 40 raws:
diff dcraw.orig dcraw.c
6484a6485
> { 5298000, "Canon", "Ixus 40", 0},
6735c6736,6744
< } else if (!strcmp(model,"PowerShot A460")) {
---
> } else if (!strcmp(model,"Ixus 40")) {
> height = 1720;
> width = 2312;
> raw_height = 1728;
> raw_width = 2400;
> top_margin = 6;
> left_margin = 12;
> load_raw = &CLASS canon_a5_load_raw;
> } else if (!strcmp(model,"PowerShot A460")) {