Wednesday, July 20, 2011

WPF Completed from previous list.

 * Some gestures to be implemented with shortcuts.
 * Use altkey controlling for zooming [* control] and moving the image [* Ctrl + Alt]. [use shortcuts for zoom/unzoom as well [*]].

Completed with some tools. Others will be added a long with the toolbar.

Undo - Ctrl + Z
Redo - Ctrl + Y [NYI]
Gesture Control - Ctrl + G
Split/Join - Ctrl + X
Move Image - Ctrl + Alt
Zoom in = Ctrl + +
zoom out = Ctrl + -


* Create a single CSV text file in the main directory which will contain tab separated data for all measurements made from all images. [*]

Creates it in the same directory as the "index.txt" file.

Will be meeting with the user on friday to look for more things to better implement.

I did find a new bug when it comes to splitting and joining with the zoom feature. Because the system keeps it in the aspect ratio there is sometimes some white space on the sides/top and bottom. This can't be there for split to work when zoomed in or transitioned. I'll be working on translating back by the amount of whitespace that is there. Just trying to figure out how to calculate that value.

Next things I would like to work on and finish:

 * Allow user to view blob details in the program.[!]
 * Save the state of each image into the directory so each image can be reproduced. [!]

1 comment:

  1. You've made tremendous progress! Can you check in the latest code to SVN so I can try it out?

    ReplyDelete