1st step:
First we have to create an application with the functionality to load several images and read additional information (comment, brightness etc). Furthermore there used to be a method to save all computed information and reload them.
2nd step:
In the second step this application will be tooled up with several view. In detail there used to be a 'mosaic-view' which displays all images side by side and a 'stack-view' which displays all images one upon the other as a stack. In the stack view there has to be a possibility to rotate the images to get a pseudo- 3d effect.
3rd step:
In the third step we will implement interactive methods to select and cut interesting areas. Another method will allow the user to mark interesting points. These points are set in one picture and will be marked in all pictures. Additional there will be methods to zoom the images or selected areas and to change brightness and contrast.
4th step:
For an easier analysis we will implement a bar chart which represents the values of brightness of all images. Furthermore we will develop a method to print and save the computed information.