Skip to content

Commit

Permalink
feat: Test build
Browse files Browse the repository at this point in the history
  • Loading branch information
siers committed Dec 18, 2024
1 parent e855b19 commit d996ab6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sipi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
* \brief Implements an IIIF server with many features.
*
*/
#include <syslog.h>
#include <csignal>
#include <dirent.h>
#include <execinfo.h>
#include <iostream>
#include <csignal>
#include <sstream>
#include <string>
#include <sys/stat.h>
#include <syslog.h>

#include <thread>
#include <unistd.h>
Expand Down Expand Up @@ -855,7 +855,7 @@ int main(int argc, char *argv[])
try {
img.readOriginal(optInFile, region, size,
shttps::HashType::sha256);// convert to bps=8 in case of JPG output
// img.read(optInFile); //convert to bps=8 in case of JPG output
// img.read(optInFile); //convert to bps=8 in case of JPG output
if (format == "jpg") {
img.to8bps();
img.convertToIcc(Sipi::SipiIcc(Sipi::PredefinedProfiles::icc_sRGB), 8);
Expand Down

0 comments on commit d996ab6

Please sign in to comment.