Adding 'Image Number' to the Bayer Raw tool

This commit is contained in:
Hombre
2016-11-02 02:06:40 +01:00
parent 742d7ee037
commit d8593469ee
23 changed files with 126 additions and 50 deletions

View File

@@ -42,7 +42,7 @@ public:
StdImageSource ();
~StdImageSource ();
int load (const Glib::ustring &fname, bool batch = false);
int load (const Glib::ustring &fname, int imageNum = 0, bool batch = false);
void getImage (const ColorTemp &ctemp, int tran, Imagefloat* image, const PreviewProps &pp, const ToneCurveParams &hrp, const ColorManagementParams &cmp, const RAWParams &raw);
ColorTemp getWB () const
{