JuliaImages / JuliaImages/ImageInTerminal.jl

beautify image display with image dithering

Open
#35 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

hacktoberfest
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.