I want to take screenshot from my android phone with imagemagick
I installed termux then i installed imagemagick
I can crop and edit things but i cant take screenshots
Whats the code should i use ?
Screenshot from android
-
- Posts: 2
- Joined: 2018-10-11T02:59:55-07:00
- Authentication code: 1152
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Screenshot from android
I suppose you have tried the obvious:
I don't know if IM contains the code needed to capture Android screens. If there is a command to do it, that could probably be called as an external delegate.
Code: Select all
magick screenshot: out.png
snibgo's IM pages: im.snibgo.com
-
- Posts: 2
- Joined: 2018-10-11T02:59:55-07:00
- Authentication code: 1152
Re: Screenshot from android
Code: Select all
magick screenshot: out.png
Code: Select all
no images for write '-write' 'out.png' at CLI arg 2 @ error/operation.c/CLINoImageOperator/4772