選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Noëlle Anthony d6211a0974 Use Gooey to add GUI 5年前
README.md Adjust height to allow for longer legend 6年前
stitchify.py Use Gooey to add GUI 5年前
test.png Changed test.png to multicolor image, changed code slightly 6年前

README.md

stitchify

Convert pixel art to cross-stitch patterns

Requires Python 3, PIL

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.