# Julia package for dithering images?

**URL:** https://discourse.julialang.org/t/julia-package-for-dithering-images/56844
**Category:** Visualization
**Tags:** images
**Created:** [March 10, 2021, 1:46am UTC](https://discourse.julialang.org/t/julia-package-for-dithering-images/56844 "2021-03-10T01:46:33Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Phil\_Tomson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/phil_tomson/32/3575_2.png) [@Phil\_Tomson](https://discourse.julialang.org/u/Phil_Tomson)
#### Post date: [March 10, 2021, 1:46am UTC](https://discourse.julialang.org/t/julia-package-for-dithering-images/56844/1 "2021-03-10T01:46:33Z")

</div>

Are there any Julia packages for dithering images? Specifically Floyd-Steinberg dithering?

I noticed this one: [GitHub - xianrenb/DitherImage.jl: Simple Julia Package for Image Dithering](https://github.com/xianrenb/DitherImage.jl)  
But it hasn’t been updated in 5 years and there aren’t any docs.

---

<div class="post-metadata">

### Author: ![kimikage](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kimikage/32/14534_2.png) [@kimikage](https://discourse.julialang.org/u/kimikage)
#### Post date: [March 10, 2021, 4:15am UTC](https://discourse.julialang.org/t/julia-package-for-dithering-images/56844/2 "2021-03-10T04:15:38Z")

</div>

I am not the user, but the following package might be available.

> **[GitHub - NTimmons/Ditherings.jl: Dithering Algorithms for Julia](https://github.com/NTimmons/Ditherings.jl)**
>
> Dithering Algorithms for Julia. Contribute to NTimmons/Ditherings.jl development by creating an account on GitHub.

---

<div class="post-metadata">

### Author: ![Phil\_Tomson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/phil_tomson/32/3575_2.png) [@Phil\_Tomson](https://discourse.julialang.org/u/Phil_Tomson)
#### Post date: [March 10, 2021, 5:16am UTC](https://discourse.julialang.org/t/julia-package-for-dithering-images/56844/3 "2021-03-10T05:16:40Z")

</div>

Thanks, I’ll give it a try.

---

<div class="post-metadata">

### Author: ![hill](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/hill/32/50775_2.png) [@hill](https://discourse.julialang.org/u/hill)
#### Post date: [April 17, 2021, 4:58pm UTC](https://discourse.julialang.org/t/julia-package-for-dithering-images/56844/4 "2021-04-17T16:58:41Z")

</div>

Hi Phil, I just released a new dithering package that also implements the Floyd-Steinberg algorithm. At the moment, only 1-bit dithering algorithms are implemented, but I’m planning on extending it to color images soon!  
[https://github.com/adrhill/DitherPunk.jl](https://github.com/adrhill/DitherPunk.jl)
