Where I can find the Where I can find the explanation of the field ? ==1 (Canon APS-C?), == 2 (FF ?) EDIT: I found it. enum LibRaw_camera_formats { LIBRAW_FORMAT_APSC = 1, LIBRAW_FORMAT_FF = 2, LIBRAW_FORMAT_MF = 3, LIBRAW_FORMAT_APSH = 4, LIBRAW_FORMAT_1INCH = 5, LIBRAW_FORMAT_FT = 8 }; reply
Where I can find the explanation of the field ? ==1 (Canon APS-C?), == 2 (FF ?)
EDIT: I found it.
enum LibRaw_camera_formats
{
LIBRAW_FORMAT_APSC = 1,
LIBRAW_FORMAT_FF = 2,
LIBRAW_FORMAT_MF = 3,
LIBRAW_FORMAT_APSH = 4,
LIBRAW_FORMAT_1INCH = 5,
LIBRAW_FORMAT_FT = 8
};