Menu

Tree [r69] /
 History

HTTPS access


File Date Author Commit
 doc 2008-09-10 voel [r69]
 model 2008-06-09 voel [r33]
 ui 2008-05-29 voel [r27] ...
 web 2008-08-26 voel [r66]
 COPYRIGHT 2008-03-25 voel [r2]
 Doxyfile 2008-03-26 voel [r5] ...
 Makefile 2008-07-15 voel [r43]
 README 2008-03-25 voel [r2]
 TODO 2008-08-11 voel [r58]
 batch.cc 2008-06-09 voel [r33]
 genweb.sh 2008-06-10 voel [r34]
 main.cc 2008-05-08 voel [r23] ...
 pocr-gimp.py 2008-06-09 voel [r33]
 pocr.scm 2008-05-29 voel [r26] ...
 rungimp.sh 2008-05-29 voel [r28] ...
 test.cc 2008-04-15 voel [r11] ...
 util.cc 2008-04-15 voel [r12] ...
 util.h 2008-04-15 voel [r13] ...

Read Me

DESIGN:

GUI:
    MainWindow
    ThumbnailFrame
	slider number-of-thumbnails
    EditFrame
    	transformwindow
	inputbox pagenum
	checkbox use_pagenum
	button reset_transform
	checkbox use_transform
	button thumbnails
    ThumbnailWidget
	image thumbnail -> editframe
	label pagenum
	checkbox is_used
Model:
    ImageDesc
	bool is_used
	bool use_pagenum
	bool use_transform
	matrix transform
	int pagenum
	string filename
    ImageList
        int firstpagenum
Data:
   Small easytransformable images for thumbnails

Programflow:
  Open configfile.
  if work-directory does not exists
     create thumbnails, and pre-images in work directory
  merge image description file with current found images
  show gui
    -> append changes to log-file
    -> button to start batch-transform