JuliaImages/ImageInTerminal.jl

beautify image display with image dithering

Open

#35 opened on 2020年7月7日

GitHub で見る
 (6 comments) (0 reactions) (0 assignees)Julia (13 forks)github user discovery
hacktoberfest

Repository metrics

Stars
 (121 stars)
PR merge metrics
 (PR metrics pending)

説明

It's not tested, but I think Floyd–Steinberg dithering can be used to enhance the display quality in the terminal, and could also be used to encode image with 1 bit.

I'm not sure where the codes should be put to. ImageCore, ImageInTerminal, or ImageDithering? If ImageDithering, it might only have one algorithm :P

Thoughts? @timholy @Evizero

コントリビューターガイド