Revision 4f6113f8
Added by David Sorber almost 8 years ago
- added
- modified
- copied
- renamed
- deleted
- software
- photo_compress_archiver
- CMakeLists.txt (diff)
- PhotoCompressArchiver.cc (diff)
- PhotoCompressArchiver.hh (diff)
- ProtectedAndSynchronizedQueue.h (diff)
- main.cc (diff)
- packJPG
- CMakeLists.txt
- README
- aricoder.cpp
- aricoder.h
- bitops.cpp
- bitops.h
- dct8x8.h
- packjpg.cpp
- pjpgtbl.h
- photo_compress_archiver
Converted PCA to be multithreaded and use libpackjpg instead of calling
the old packjpg executable. This works much better! Need to handle a few
error conditions and do some more testing with decompress.