README.rst (1200B)
1 cross-stitch 2 ============ 3 4 A Python application to turn your images into patterns for cross stitching. 5 6 https://src.adamsgaard.dk/cross-stitch 7 8 Download builds 9 --------------- 10 There are pre-compiled standalone versions available for Mac OS X and Windows: 11 - Mac OS X (64 bit): https://cs.au.dk/~adc/files/cross-stitch-osx.zip (143 MB) 12 - Windows (32 bit, works on 64 bit also): https://cs.au.dk/~adc/files/cross-stitch-win.zip (47 MB) 13 14 Requirements 15 ------------ 16 Python 2 or 3, Numpy, Scipy, Matplotlib, and wxPython. 17 18 To install these dependencies in Debian and its derivatives, run: 19 20 $ sudo apt-get install python python-numpy python-scipy python-matplotlib python-wx 21 22 Author 23 ------ 24 Anders Damsgaard (anders@adamsgaard.dk) 25 26 Todo 27 ---- 28 - Show color-by-color output images 29 - Show product names of needed yarn colors 30 - Add option to restrict to 256 standard colors 31 32 Example 33 ------- 34 35 Original image: 36 37 .. image:: original.jpg 38 :scale: 70 % 39 :alt: Original image 40 :align: center 41 42 Down sampled image: 43 44 .. image:: downsampled.jpg 45 :scale: 70 % 46 :alt: Original image 47 :align: center 48 49 Color reduced image: 50 51 .. image:: colorreduced.jpg 52 :scale: 70 % 53 :alt: Original image 54 :align: center 55