Lines Matching refs:processing
166 frame .options.processing -relief sunken -borderwidth 2
167 frame .options.processing.checks
168 checkbutton .options.processing.checks.dither -text "Dither" -width 11 \
170 checkbutton .options.processing.checks.negate -text "Negate" -width 11 \
172 checkbutton .options.processing.checks.monochrome -text "Monochrome" \
174 checkbutton .options.processing.checks.trim -text "Trim" -anchor w \
176 pack .options.processing.checks.dither .options.processing.checks.negate \
177 .options.processing.checks.monochrome .options.processing.checks.trim \
179 pack .options.processing.checks
180 frame .options.processing.colors
181 label .options.processing.colors.label -text "Colors:" -width 9 -anchor w
182 scale .options.processing.colors.scale -orient horizontal -length 11c \
184 pack .options.processing.colors.label .options.processing.colors.scale \
186 pack .options.processing.colors
187 frame .options.processing.rotate
188 label .options.processing.rotate.label -text "Rotate:" -width 9 -anchor w
189 scale .options.processing.rotate.scale -orient horizontal -length 11c \
191 pack .options.processing.rotate.label .options.processing.rotate.scale \
193 pack .options.processing.rotate
194 pack .options.processing.checks .options.processing.colors \
195 .options.processing.rotate -padx 1m -anchor w
196 pack .options.processing -expand 1 -fill both
252 .options.processing .options.output_title .options.output .options.button \