From 28e0f12bdaef24bc33c97158dde2352317a1912a Mon Sep 17 00:00:00 2001 From: makeworld Date: Thu, 29 Apr 2021 16:16:16 -0400 Subject: [PATCH] Alpha channel note --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index efb6cf9..4977dfc 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ didder is an extensive, fast, and accurate command-line image dithering tool. It is designed to work well for both power users as well as pipeline scripting. It is backed by my [dithering library](https://github.com/makeworld-the-better-one/dither), and is unique in its correctness and variety of dithering algorithms. No online or offline tool I know of provides as many options, while being correct (linearizing the image). +It does not support images that make use of the alpha channel (transparency), but it will in the future. + ## Types of dithering supported - Random noise (in grayscale and RGB)