comparison src/preferences.c @ 1515:3e6cd9243162

disabled 2-pass rendering also affect color correction https://sourceforge.net/tracker/?func=detail&aid=2689249&group_id=222125&atid=1054683
author nadvornik
date Sat, 04 Apr 2009 23:12:19 +0000
parents c9ed5a43c576
children c30965f99b3c
comparison
equal deleted inserted replaced
1514:22174e704d0b 1515:3e6cd9243162
976 add_dither_menu(dither_quality, &c_options->image.dither_quality, _("Dithering method:"), group); 976 add_dither_menu(dither_quality, &c_options->image.dither_quality, _("Dithering method:"), group);
977 #endif 977 #endif
978 table = pref_table_new(group, 2, 1, FALSE, FALSE); 978 table = pref_table_new(group, 2, 1, FALSE, FALSE);
979 add_quality_menu(table, 0, 0, _("Quality:"), options->image.zoom_quality, &c_options->image.zoom_quality); 979 add_quality_menu(table, 0, 0, _("Quality:"), options->image.zoom_quality, &c_options->image.zoom_quality);
980 980
981 pref_checkbox_new_int(group, _("Two pass zooming"), 981 pref_checkbox_new_int(group, _("Two pass rendering (apply HQ zoom and color correction in second pass)"),
982 options->image.zoom_2pass, &c_options->image.zoom_2pass); 982 options->image.zoom_2pass, &c_options->image.zoom_2pass);
983 983
984 pref_checkbox_new_int(group, _("Allow enlargement of image for zoom to fit"), 984 pref_checkbox_new_int(group, _("Allow enlargement of image for zoom to fit"),
985 options->image.zoom_to_fit_allow_expand, &c_options->image.zoom_to_fit_allow_expand); 985 options->image.zoom_to_fit_allow_expand, &c_options->image.zoom_to_fit_allow_expand);
986 986