File: BUGS

package info (click to toggle)
metacam 1.2-11
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 512 kB
  • sloc: cpp: 6,849; makefile: 132; sh: 6
file content (17 lines) | stat: -rw-r--r-- 587 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$Id: BUGS,v 1.1 2002/09/02 19:27:56 daniel Exp $

The following are known bugs/weaknesses in metacam:

* The mixed-endianness support is weak and I know it, it probably fails
  horribly on some systems.  On the bright side the endianness detection
  and compensation is fairly localized so it'll be easy to fix.

* Error handling when reading corrupt IFD's is mostly non-existant.

* Support for construction of custom IFD's is partially but not
  completely implemented.

* I haven't finished library-ifying the guts of metacam so they can be
  used in other contexts (such as DeNEF)