Toke Eskildsen

Results 43 issues of Toke Eskildsen

The statistics written after Quack execution is based on the total number of images. It should be based only on the files actually generated instead of the sum of existing...

bug

If a Quack-execution is aborted, it sometimes leaves zero-length files. Checks for file existence is currently with bash '-f', which simply checks for existence. The check '-s' checks for existence...

enhancement

When new ALTO-image-pairs has arrived and Quack is re-executed, progress is tracked against all potential images instead of the ones that has not been processed yet. Quack should start by...

bug

A single page with all images from all sub folders can be easier to handle than a deep directory structure. This page could be generated for all projects and accessed...

enhancement

At any given level of the folder tree, it would be interesting to know the top X darkest and top Y brightest images. The numbers for the individual images are...

enhancement

When looking for outliers, the histograms helps a lot. They could be displayed somewhere on the folder overview page when a mouse-over is performed on one of the thumbnails.

enhancement

The greyscale intensities and their counts are shown at the bottom of the pages. Showing and marking missing values makes it easier to judge whether they are a problem.

enhancement

Probably solvable by quoting excessively or enforcing a World-wide ban on spaces in filenames.

bug

User @kaarefc reported the error message "gm convert: Invalid background palette index (/home/kfc/public_html/kfc/PDF_Batch01-3/A-1999-11-08-P-0482.white.png)" when processing images. A quick investigation showed that the transparent pixels of the generated overlay were not...

bug

In `DroidDetector.getMimeTypeFromResults`, the first result from droid detection is used for the MIME-type and the rest of the droid results are discarded, except that the total number of results are...