1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
general
=======
* finish error handling
* handle video destroyed w/images outstanding
* dbg_scan background image stretched (still...)
* profile and weed out obvious oversights
* example using SANE to scan symbol(s)
windows port
============
* libzbar-0.dll should be zbar-0.dll
wrappers
========
* build API docs for zbargtk, zbarpygtk
* is zbargtk/QZBar BGR4 alpha swapped?
* widget config APIs
* drag-and-drop for widgets (configurable...)
* Perl build support integration?
* GTK and Qt perl bindings
* C++ global wrappers
symbologies
===========
* PDF417
* extract/resolve symbol matrix parameters (NB multiple symbols)
* error detection/correction
* high-level decode
* Code 39, i25 optional features (check digit and ASCII escapes)
* handle Code 128 function characters (FNC1-4)
* Code 128 trailing quiet zone checks
decoder
=======
* start/stop/abort and location detail APIs (PDF417, OMR)
* more configuration options
* disable for at least UPC-E (maybe UPC-A?)
* Code-39/i25 check digit (after implementation)
* Code-39 full ASCII (after implementation)
* standard symbology identifiers (which standard?)
* set consistency requirements
* set scanner filter params
* fix max length check during decode
* revisit noise and resolution independence
image scanner
=============
* extract and track symbol polygons
* dynamic scan density (PDF417, OMR)
* add multi-sample array interface to linear scanner
image formats
=============
* fix image data inheritance
* de-interlacing
* add color support to conversions (also jpeg)
* add support for scanline pad throughout
* factor conversion redundancy
window
======
* add XShm support
* X protocol error handling
* Direct2D
* API to query used interface (video, window?) (/format?)
* simple image manipulations scale(xv?)/mirror
* maintain aspect ratio
* more overlay details
* decoded result(?)
* stats
zbarcam/zbarimg
===============
* zbarimg multi-frame duplicate suppression
* stats/fps at zbarcam exit
* decode hook (program/script)? (also zbarimg?)
|