Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Noëlle ac4aca9b3d Add transparency vor 3 Jahren
README.md More more better vor 4 Jahren
stitchify.py Add transparency vor 3 Jahren
test.png Changed test.png to multicolor image, changed code slightly vor 5 Jahren

README.md

stitchify

Convert pixel art to cross-stitch patterns

Requires Python 3.

Before running stitchify, do the following (on Linux):

> sudo apt-get install gtk+-3.0

> pip3 install argparse gooey pillow

This tool assumes that 1px = 1 stitch.

I’m deliberately not randomizing the symbols. Sending the same input image should result in the same output image every time.

TODO:

  • Accept image name on command line.
  • Change characters to symbols for ease of reading.
  • Expand number of symbols.
  • Create image from symbolized pixels instead of just printing to screen.
  • Add grid lines and edge labels to image.
  • Add legend to image, based on the symbols dictionary.
  • Correspond hex colors to floss colors, where possible.
  • (Maybe) add stitch count for each color.
  • (Maybe) add GUI.
  • Make sure legend width doesn’t exceed image width.