Screenshot from android

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
mertakbeymc
Posts: 2
Joined: 2018-10-11T02:59:55-07:00
Authentication code: 1152

Screenshot from android

Post 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 ?
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Screenshot from android

Post 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.
snibgo's IM pages: im.snibgo.com
mertakbeymc
Posts: 2
Joined: 2018-10-11T02:59:55-07:00
Authentication code: 1152

Re: Screenshot from android

Post 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
Post Reply