File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -220,14 +220,12 @@ IF %dither% EQU 2 SET ditheralg=heckbert
220220IF %dither% EQU 3 SET ditheralg = floyd_steinberg
221221IF %dither% EQU 4 SET ditheralg = sierra2
222222IF %dither% EQU 5 SET ditheralg = sierra2_4a
223- IF %dither% EQU 6 SET " ditherenc = "
223+ IF %dither% EQU 6 SET " ditheralg = none "
224224
225- IF %dither% LEQ 5 (
226- IF NOT %mode% EQU 2 (
227- IF DEFINED errorswitch SET ditherenc = :dither=!ditheralg!
228- IF NOT DEFINED errorswitch SET ditherenc = =dither=!ditheralg!
229- )else SET ditherenc = :dither=!ditheralg!
230- )
225+ IF NOT %mode% EQU 2 (
226+ IF DEFINED errorswitch SET ditherenc = :dither=!ditheralg!
227+ IF NOT DEFINED errorswitch SET ditherenc = =dither=!ditheralg!
228+ )else SET ditherenc = :dither=!ditheralg!
231229:: Setting variables to put the command together; checking for Error Diffusion if using Bayer Scale and adjusting the command accordingly
232230
233231IF NOT DEFINED bayerscale SET " bayer = "
You can’t perform that action at this time.
0 commit comments