diff --git a/screenshot.cpp b/screenshot.cpp index f5f86dc3..dc9e9f66 100644 --- a/screenshot.cpp +++ b/screenshot.cpp @@ -858,6 +858,12 @@ int png_read_args() { shot::shoty = 1000; shot::transparent = false; } + else if(argis("-shot-vertical")) { + shot::shotformat = -1; + shot::shotx = 720; + shot::shoty = 1080; + shot::transparent = false; + } else if(argis("-shotaa")) { shift(); shot_aa = argi(); }