Page 1 of 1

Screenshot from android

Posted: 2018-10-11T03:04:51-07:00
by mertakbeymc
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 ?

Re: Screenshot from android

Posted: 2018-10-11T04:11:19-07:00
by snibgo
I suppose you have tried the obvious:

Code: Select all

magick screenshot: out.png
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.

Re: Screenshot from android

Posted: 2018-10-11T04:20:53-07:00
by mertakbeymc

Code: Select all

magick screenshot: out.png
That gives that error

Code: Select all

no images for write '-write' 'out.png' at CLI arg 2 @ error/operation.c/CLINoImageOperator/4772