Faster png save with still good compression, fixes #4045

This commit is contained in:
heckflosse
2017-11-18 12:56:37 +01:00
parent 4d81812d13
commit 5ddd42f721
15 changed files with 18 additions and 52 deletions

View File

@@ -37,7 +37,6 @@ class SaveFormatPanel : public Gtk::Grid, public AdjusterListener
protected:
Adjuster* jpegQual;
Adjuster* pngCompr;
Gtk::CheckButton* tiffUncompressed;
MyComboBoxText* format;
MyComboBoxText* jpegSubSamp;