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.

vor 6 Jahren
vor 6 Jahren
vor 6 Jahren
vor 6 Jahren
vor 6 Jahren
12345678910111213141516171819
  1. # stitchify
  2. Convert pixel art to cross-stitch patterns
  3. Requires Python 3, PIL
  4. This tool assumes that 1px = 1 stitch.
  5. I'm deliberately not randomizing the symbols. Sending the same input image should result in the same output image every time.
  6. TODO:
  7. * ~~Accept image name on command line.~~
  8. * Change characters to symbols for ease of reading.
  9. * Expand number of symbols.
  10. * ~~Create image from symbolized pixels instead of just printing to screen.~~
  11. * ~~Add grid lines and edge labels to image.~~
  12. * ~~Add legend to image, based on the `symbols` dictionary.~~
  13. * Correspond hex colors to floss colors, where possible.
  14. * ~~(Maybe) add stitch count for each color.~~
  15. * (Maybe) add GUI.