-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dithering support #11
Comments
Sure thing, it's relatively easy to implement. P.S. Sorry for the late response - I didn't have much time to look at anything these days. :-( |
Should be easy to see this for most images when using the |
Does pipe work for you? convert -dither FloydSteinberg christmas-pig.png png:- | ./src/im2a -p - |
No, because if you scale an already-dithered image (to terminal width), it becomes an ugly mess. Also, dithering must be done in conjunction with the colour reduction (down to the ANSI palette). Just pick a single dithering method. I think "pattern" is the best one for pixel graphics like this. |
When will you have a test version of this ready? |
Could you add support for dithering?
(To avoid flat, unsightly areas that appear in some images after colour reduction.)
Since you're using ImageMagick this should be simple.
PS! Thanks for a nice and simple utility.
The text was updated successfully, but these errors were encountered: