Search found 5 matches

by c7aesa7r
2018-02-03T11:24:04-07:00
Forum: Users
Topic: Capture selected area
Replies: 8
Views: 5074

Re: Capture selected area

Thank you man, didn't know that!!
I think ill wont find anything faster than that.
by c7aesa7r
2018-02-03T10:34:10-07:00
Forum: Users
Topic: Capture selected area
Replies: 8
Views: 5074

Re: Capture selected area

Im running imagemagick through a macro, name is macro scheduller, i did a post there: https://www.mjtnet.com/forum/viewtopic.php?f=2&t=9781&p=42685#p42685 I was using irfanview before imagemagick, but irfan dont have a option to capture just a selected area i was capturing whole screen and c...
by c7aesa7r
2018-02-03T09:42:37-07:00
Forum: Users
Topic: Capture selected area
Replies: 8
Views: 5074

Re: Capture selected area

EDIT2: I got it working now

Code: Select all

Run>C:\Program Files\ImageMagick-7.0.7-Q16\convert.exe convert screenshot:[30x30+1+1] "C:\Users\CAIO\Downloads\Nova pasta\x.png"
One doubt its possible make it faster? Theres a delay while capturing it, i mean it opens the cmd windows, . . . . close, etc
by c7aesa7r
2018-02-03T09:26:58-07:00
Forum: Users
Topic: Capture selected area
Replies: 8
Views: 5074

Re: Capture selected area

Run>C:\Program Files\ImageMagick-7.0.7-Q16\convert.exe screenshot:[30x30+1+1] C:\Users\CAIO\Downloads\Nova pasta\x.png

Im running imagemagick through a macro app, how do i edit the command line?


Image
by c7aesa7r
2018-02-03T08:26:46-07:00
Forum: Users
Topic: Capture selected area
Replies: 8
Views: 5074

Capture selected area

Its possible capture a selected area using imagemagick through command line?

For example capture=30,30,1,1