JuliaImages / JuliaImages/ImageInTerminal.jl
beautify image display with image dithering
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 121
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the existing image display code and the possible ImageCore, ImageInTerminal, and ImageDithering locations named in the issue. Review Floyd–Steinberg dithering and determine the appropriate module boundary, then add tests for terminal display quality and 1-bit image encoding; done means the approach and expected behavior are defined and tested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100