added support for 32-bit floating-point TIFF output

This commit is contained in:
Alberto Griggio
2017-11-20 00:11:18 +01:00
parent bc8b8902e6
commit 912f9f436b
4 changed files with 28 additions and 11 deletions

View File

@@ -44,7 +44,7 @@ protected:
Gtk::Grid* jpegOpts;
Gtk::Label* jpegSubSampLabel;
FormatChangeListener* listener;
Glib::ustring fstr[5];
Glib::ustring fstr[6];
Gtk::CheckButton* savesPP;