
== Graphical User Interface for unpaper (by Jens Gulden) by Grzegorz Chimosz ==

 The aim of this program is to simplify using of unpaper by providing
 graphical user interface.

= Quick start ==

Requirements:
 * wxWidgets 2.8.4 (probably older will work too)
 * convert (ImageMagick)
 * unpaper (tested with version 0.3)

Compilation:
 $ make

Then make sure you have convert and unpaper on $PATH and you may start by:
 $ ./unpap

Hints:
 In LivePreview mode, after change parameter in text editbox press [Enter]
 to get the preview.

Known bugs:
 * Scaling big bitmaps by 400% may kill the program.
 * Synchronized scrolling works only with dragging scrollbar with mouse.
   (I hope wxGTK will provide appropriate event to handle in the future.)

Contact:
 Grzegorz Chimosz - gchimi (at) gmail.com
