RunWait, %comspec% /c %A_ScriptDir%\bin\adb.exe -s emulator-5554 shell screencap -p /sdcard/test.png,, Hide
RunWait, %comspec% /c %A_ScriptDir%\bin\adb.exe -s emulator-5554 shell dd if=/sdcard/test.png of=/sdcard/test2.png bs=912*4 skip=200 count=50+1,, hide
RunWait, %comspec% /c %A_ScriptDir%\bin\adb.exe -s emulator-5554 pull /sdcard/test.png test.png,, hide
RunWait, %comspec% /c %A_ScriptDir%\bin\adb.exe -s emulator-5554 pull /sdcard/test2.png test2.png,, hide
와이로님이 글에 프리헌터스님 제발등업좀2님 댓글보고
검색해가며 이미지 캡쳐해서 받아오는 건 되는데
캡쳐한 이미지 자르는 게 안되네요..
raw 로 자른 이미지를 와이로님 올려주신 소스로 bmp 변환하려 하니 오핫이 오류나더라구요.
그래서 제대로 하고 있는건지 아닌지 몰라서 png 파일로 하고 있는데 ( 다른 확장자 이미지파일로 해도 되는지 모르겠네요...;; )
파일 두 개는 생성이 되는데 test.png 이미지는 열면 캡쳐된 이미지가 보이는데
test2.png 는 파일이 손상되었다고 보이지가 않네요..
저 명령어가 아닌건지..
기존에 있는거 가져다 쓰기에는 이해가 많이 부족한거 같네요..ㅠ
조금이나마 도움이 될 수 있는 댓글 부탁드립니다.