ImageLoader.h 286 B

12345678910111213141516
  1. /*
  2. * Copyright 2016 Nu-book Inc.
  3. */
  4. // SPDX-License-Identifier: Apache-2.0
  5. #pragma once
  6. #include "ImageView.h"
  7. #include "ZXFilesystem.h"
  8. namespace ZXing::Test::ImageLoader {
  9. void clearCache();
  10. const ImageView& load(const fs::path& imgPath);
  11. } // namespace ZXing::Test::ImageLoader