Revision 4f6113f8
Added by David Sorber almost 8 years ago
| software/photo_compress_archiver/main.cc | ||
|---|---|---|
|
void header()
|
||
|
{
|
||
|
std::cout << BOLD << "Photo Compress Archiver -- " << version << "\n" << ENDC;
|
||
|
std::cout << " Copyright 2017 - David Sorber\n";
|
||
|
std::cout << " Copyright 2018 - David Sorber\n";
|
||
|
std::cout << " >>> Utilizing packJPG by Matthias Stirner\n" << std::endl;
|
||
|
}
|
||
|
|
||
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.