You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
man img2sixel shows about -d option as the following:
-d DIFFUSIONTYPE, --diffusion=DIFFUSIONTYPE
choose diffusion method which used with color reduction.
DIFFUSIONTYPE is one of them:
auto -> choose diffusion type automatically (default)
none -> do not diffuse
fs -> Floyd-Steinberg method
atkinson -> Bill Atkinson's method
jajuni -> Jarvis, Judice & Ninke
stucki -> Stucki's method
burkes -> Burkes' method
a_dither -> positionally stable arithmetic dither
a_dither -> positionally stable arithmetic xor based dither
It looks the last one should be x_dither, not a_dither, as img2sixel -H says.
man img2sixel shows about -d option as the following:
It looks the last one should be x_dither, not a_dither, as img2sixel -H says.
libsixel/converters/img2sixel.1
Line 99 in 5db717d
libsixel/converters/img2sixel.c
Line 173 in 5db717d
The text was updated successfully, but these errors were encountered: