From 973806b2a59d458eae7dac8868721c4990cf8650 Mon Sep 17 00:00:00 2001 From: Keuin Date: Fri, 15 Apr 2022 16:50:06 +0800 Subject: Smaller font size. --- main_simple_scanner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main_simple_scanner.cpp') diff --git a/main_simple_scanner.cpp b/main_simple_scanner.cpp index aa220af..054597b 100644 --- a/main_simple_scanner.cpp +++ b/main_simple_scanner.cpp @@ -103,5 +103,5 @@ int main(int argc, char **argv) { std::stod(vw), std::stod(fl), std::stod(sz), std::stod(sr), std::stoul(sp), cap, - std::max((int) (1.0 * image_width * 0.015 / 8), 1)); + std::max((int) (1.0 * image_width * 0.010 / 8), 1)); } \ No newline at end of file -- cgit v1.2.3