From b95bf33cb5b296efb70a0c4b1c82c0f62286f52a Mon Sep 17 00:00:00 2001 From: Constantin Wenger <constantin.wenger@googlemail.com> Date: Thu, 03 Feb 2022 20:18:17 +0000 Subject: [PATCH] added options to flip/rotate and specify different input resolutions also fixed displayed image to max 800x800 everything above will be scaled while keeping aspect ratio --- .gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 95c5db3..65f0ade 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,5 @@ cmake-build-debug/ CMakeLists.txt +.idea/ +__pycache__/ -- Gitblit v1.10.0