JPG sub sampling setting

see issue 1502
This commit is contained in:
Oliver Duis
2012-07-21 08:38:46 +02:00
parent a335c22d85
commit 98615e7f65
14 changed files with 74 additions and 14 deletions

View File

@@ -38,7 +38,10 @@ class SaveFormatPanel : public Gtk::VBox, public AdjusterListener {
Adjuster* pngcompr;
Gtk::CheckButton* tiffuncompressed;
MyComboBoxText* format;
MyComboBoxText* jpegSubSamp;
Gtk::VBox* formatopts;
Gtk::HBox* jpegSubSampBox;
Gtk::Label* jpegSubSampHead;
int oformat;
FormatChangeListener* listener;
Glib::ustring fstr[5];