JPG sub sampling setting

see issue 1502
This commit is contained in:
Oliver Duis
2012-07-21 08:49:38 +02:00
parent df76c5b6a8
commit b0969999f7
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];