From d996ab60a42c49c95e59bfa5b5e6aafee5286dcd Mon Sep 17 00:00:00 2001 From: Raitis Veinbahs Date: Wed, 18 Dec 2024 15:41:20 +0100 Subject: [PATCH] feat: Test build --- src/sipi.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sipi.cpp b/src/sipi.cpp index 0455c5e9..68f48493 100644 --- a/src/sipi.cpp +++ b/src/sipi.cpp @@ -7,14 +7,14 @@ * \brief Implements an IIIF server with many features. * */ -#include +#include #include #include #include -#include #include #include #include +#include #include #include @@ -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);