PNG conversion and parallel execution working.

This commit is contained in:
tamasmeszaros 2018-05-18 18:11:29 +02:00
parent d97939c012
commit 0f552832da
17 changed files with 1876 additions and 37 deletions

View file

@ -323,7 +323,7 @@ public:
void print_to_png(std::string dirpath) {
// Where should this be specified?
print_to_png(dirpath, 2560, 1440, 70.0, 40.0);
print_to_png(dirpath, 1440, 2560, 40.0, 72.0);
}
private: