how to fix screen shot area for multiple capture?
Moderators: helmut, XnTriq, xnview
how to fix screen shot area for multiple capture?
I want to take a screenshot (on hotkey press) of a pre-defined fixed area on my screen. So when I press the screenshot hotkey the fixed area would automatically be selected and take and save my screen shot to a folder. The only problem is once I have selected the rectangle tool to define the area, I have to redefine the area every time I want to take a screenshot. Is there no way to just fix the area so that this area of the screen will always be captured on press of hotkey without having to redefine the area eveytime?
Re: how to fix screen shot area for multiple capture?
Hello, ... maybe a solution here ? (on hotkey press or with a small script or after with batch convert):
http://newsgroup.xnview.com/viewtopic.p ... 895#p51895
http://newsgroup.xnview.com/viewtopic.p ... 56#p117256
http://newsgroup.xnview.com/viewtopic.p ... op#p117438
http://newsgroup.xnview.com/viewtopic.p ... 895#p51895
http://newsgroup.xnview.com/viewtopic.p ... 56#p117256
http://newsgroup.xnview.com/viewtopic.p ... op#p117438
XnViewMP Linux X64 - Debian - X64
Re: how to fix screen shot area for multiple capture?
That surprises me that they have not added a function like this. Do you know if they plan to do it?
Re: how to fix screen shot area for multiple capture?
... I think/hope soon into the MP version...emma35 wrote:That surprises me that they have not added a function like this. Do you know if they plan to do it?
But, with for example imagemagick (linux or maybe windows version too) you can use a script:
# You could use -crop WxH+X+Y option for import command To specify the area of the screen ("$$ eog f.jpg" is to display the result into linux, so you can replace "eog" by "xnview.exe")
Code: Select all
import -window root -crop 200x100+50+70 f.jpg && eog f.jpg
Code: Select all
# import -window root -crop 200x300+100+15 -quality 100 $(date +%Y%m%d-%H%M%S).png
XnViewMP Linux X64 - Debian - X64