Fixed an error in the random dither call

This commit is contained in:
Brian Evans 2019-06-20 08:49:55 -07:00
parent 2629d61866
commit 4df6b47ebe
8 changed files with 1 additions and 1 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

BIN
brian.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

BIN
brian_e.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 KiB

2
lid
View File

@ -295,7 +295,7 @@ if __name__ == "__main__":
d4.error_diffusion_dither()
request["out"] = name + "_r"
d4 = Dither(request)
d4.random_diffusion_dither()
d4.random_dither()
else:
print("Unknown mode flag")
sys.exit(2)

BIN
lid_file_e.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 303 KiB

BIN
lid_file_o4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

BIN
lid_file_o9.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

BIN
lid_file_t.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB