Project

General

Profile

« Previous | Next » 

Revision 4f6113f8

Added by David Sorber almost 8 years ago

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.

View differences:

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;
}

Also available in: Unified diff