Update 'README.md'

This commit is contained in:
stephenseo 2021-12-10 06:39:37 +00:00
parent 19e3cc6041
commit 16ed743197
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Dithering
# Blue_Noise_Generation
Currently, this project only generates blue-noise, which can be used for dithering.
The blue-noise can be generated via OpenCL or with threads on the CPU.