android adb take screenshot in specific resolution -


is possible take screenshot on android device using adb in specific resoltion? e.g screen resolution of device 1280x720, when run such command "adb shell /system/bin/screencap -p /sdcard/screenshot.png" screenshot saved in resolution 1280x720. how can take screenshot in 320x240 without resizing after screenshot taken?


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

iOS: Performance of reloading UIImage(name:...) -

javascript - Parallax scrolling and fixed footer code causing width issues -