CodingTrain / CodingTrain/Suggestion-Box

Colour by numbers

Open
#1,226 0 comments 0 reactions 0 assignees View on GitHub
Challenge
Dominant language
No language data
Stars
570
Forks
85
PR merge metrics
No merged PRs in 30d

Description

The principle of "colouring by numbers" is simple:
You are given a set of numbered points, connecting them with lines in the right order (follow the numbers in ascending order) will result in an image.

I challenge you to take an arbitrary (png) image of black lines on white background and converting it to
the named set of points. (And maybe including a mechanism that does the connecting-thing for you, too :grin: )

Variations/Extensions to this could be these:
The user could draw a shape which will then be transformed. (Like done in the fourier-transform-series)

An other way of interpreting the name "colour by numbers" is the following:
You are given a black-and-white image with contours and small sections with numbers in them. The task is to fill each section with the colour corresponding to the number (a legend has to be given)
Transforming a RGB (png) image into this kind of task would be a nice challenge, too.
And here as well, "auto-completion" would be very nice! :smile:

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.