JuliaImages/ImageInTerminal.jl

beautify image display with image dithering

Open

#35 创建于 2020年7月7日

在 GitHub 查看
 (6 评论) (0 反应) (0 负责人)Julia (13 fork)github user discovery
hacktoberfest

仓库指标

Star
 (121 star)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南