Revision 930f49cf
Added by David Sorber almost 8 years ago
| software/packJPG_library/lib_src/bin/packjpg_simple.cc | ||
|---|---|---|
|
|
||
|
// Write output file
|
||
|
std::ofstream output_stream(out_path.string(), std::ios::binary | std::ios::out);
|
||
|
if (! input_stream)
|
||
|
if (! output_stream)
|
||
|
{
|
||
|
std::cerr << "ERROR: unable to read from \"" << file_path << "\""
|
||
|
<< std::endl;
|
||
Fix pasto.