Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryason committed Feb 17, 2020
2 parents 0c9f072 + 08b4735 commit 16b9566
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
# TO DO

### TO DO
- Process the users image
* Store these matches so they can be recalled/displayed on a grid, that the user can use when stitching
* Grid is here, but save and load of matched image is not.
- Store these matches so they can be recalled/displayed on a grid, that the user can use when stitching
- Grid is here, but save and load of matched image is not.

- User interface
* Make each stich in the grid selectable, allowing to highlight completed stitches (single click to highlight, double to remove highlight.
- Change CheckListBox to a DatagGidView to be able to diplay rgb colours next to their values when selecting them

- Allow exporting the matched DMC grid to pdf form for printing

- Add options for different stich manufactures, e.g Anchor

# Done

### Done
- Create windows form application to hold everything in
* Set the windows form size options, not allowing for resizing.
* This is once again resizable, to allow for a display grid
- Set the windows form size options, not allowing for resizing.
- This is once again resizable, to allow for a display grid
- Added a check-list containg all DMC values, along with a palette count display to show how many DMC values are selected
- Added a load image button, that loads a preview of the users image to an image box
- Added a convert button that will start the process of converting the users image
- When the image is processed, display the matched DMC values in a grid that the user can pan around.
- Allow the user to resize their image, and display how many stitches (pixels) the image will require
- Analyse each pixel of the image, and determine the closet colour match of the selected DMC values
- Make each stich in the grid selectable, allowing to highlight completed stitches (single click to highlight, double to remove highlight.

0 comments on commit 16b9566

Please sign in to comment.