]> mj.ucw.cz Git - libucw.git/commit
sources backup... changed:
authorPavel Charvat <pavel.charvat@netcentrum.cz>
Sun, 6 Aug 2006 23:08:28 +0000 (01:08 +0200)
committerPavel Charvat <pavel.charvat@netcentrum.cz>
Sun, 6 Aug 2006 23:08:28 +0000 (01:08 +0200)
commit44088b65c56a3051f4e31b2369927ff30c32d983
treeb5e47fb20b49226c95bd4451a96b49f82a61ce10
parentcd8337db5e67bec5aaaceb84252b63b3a9e23eea
sources backup... changed:
- added thumbnail's fastbuf to analyser iface...
  it should be better to compute the signature
  directly in gather/format/image.c instead of gatherer's
  analyser (to save one image decompression and
  hide compression errors when possible), but we still need
  analyser in the scanner
- cards contain base224-encoded signatures to save some space
- unfinished algorithm for computing and comparing signatures
- some bugfixes
- and more ... :-)
13 files changed:
images/Makefile
images/image-dup-test.c
images/image-obj.c [deleted file]
images/image-obj.h [deleted file]
images/image-sig.c [deleted file]
images/image-sig.h [deleted file]
images/image-sim-test.c [new file with mode: 0644]
images/object.c [new file with mode: 0644]
images/object.h [new file with mode: 0644]
images/sig-cmp.c [new file with mode: 0644]
images/sig-dump.c [new file with mode: 0644]
images/sig-init.c [new file with mode: 0644]
images/signature.h [new file with mode: 0644]