didder icon indicating copy to clipboard operation
didder copied to clipboard

Parallelize error diffusion dithering for multiple images

Open makew0rld opened this issue 3 years ago • 0 comments

Error diffusion dithering is inherently sequential. But it could be parallelized when multiple images are given as input, by dithering multiple images at once. It would require a large refactor.

  • Error channel for passing errors up to be handled
  • Collect open files somewhere for closing

makew0rld avatar May 01 '21 04:05 makew0rld