didjvu (0.2.2) unstable; urgency=low * Make ‘didjvu --help’ print also Gamera version number. * Try loading images with Gamera, and only fall back to Python Imaging Library. This should be both faster and allow to load wider variety of TIFF images. * Check Python version in setup.py. * Let the setup.py script build the manual page. * Disable the Gatos et. al thresholding algorithm for the time being, as it didn't work anyway. * Optimize Gamera → PIL conversions. * Prevent Numpy from being imported by Gamera (loading it takes noticeable amount of time, even though it's never needed). * Remove LANGUAGE variable from environment when calling external processes. * Correct error message about writing binary data to a terminal. * Add support for the “shading subtraction” algorithm. * Allow (and prefer) hyphens instead of underscores in method names. -- Jakub Wilk Mon, 23 Jan 2012 00:10:37 +0100 didjvu (0.2.1) unstable; urgency=low * Add the manual page. * Allow basic functionality of didjvu even with Python 2.5. * Implement a work-around for memory leak in the Gamera library. * Add support for reading palette-based images. Thanks to Janusz S. Bień for the bug report. * Make -m/--method work again. * Fix -p/--pages-per-dict. -- Jakub Wilk Fri, 29 Oct 2010 01:05:03 +0200 didjvu (0.2) unstable; urgency=low * Python ≥ 2.6 in now required. * Implement a new command-line interface. Three subcommands are available: + separate — generate masks for images; + encode — convert images to single-page DjVu documents; + bundle — convert images to bundled multi-page DjVu document. -- Jakub Wilk Wed, 08 Sep 2010 00:10:17 +0200 didjvu (0.1) unstable; urgency=low * Initial release. -- Jakub Wilk Fri, 18 Dec 2009 22:25:14 +0100