Page 1 of 1

Create screen captures exactly 200x200 points

Posted: Tue Nov 18, 2014 4:20 pm
by Peter2
I ned to create screen captures exactly 200x200 points. Is there a way to

- create a (selection-)frame 200*200
- place it on the screen where I want
- take a screenshot exactly within this frame?

regards

Peter

Re: Create screen captures exactly 200x200 points

Posted: Tue Nov 18, 2014 9:27 pm
by obelisk
just capture the screen and crop it yourself.

Re: Create screen captures exactly 200x200 points

Posted: Tue Nov 18, 2014 10:06 pm
by cday
obelisk wrote:just capture the screen and crop it yourself.
Yes, a different sequence using tools that are available, something like:

1. Take screenshot (Printscreen / Alt + Printscreen)

2. Edit > Set Selection size > Custom selection... --> 200 x 200 px

3. Position the selection where required on the screenshot

4. Crop

If possible use Edit > Set Selection size > Saved selection -- shortcut key 'C' for repetitive crops...

Test, debug and refine... :wink:

Re: Create screen captures exactly 200x200 points

Posted: Wed Nov 19, 2014 3:00 am
by XnTriq
Is that what you're looking for, Peter?
  • Tools » Capture screen... » Capture area » Rectangle

Re: Create screen captures exactly 200x200 points

Posted: Wed Nov 19, 2014 7:35 am
by Peter2
Hi

thanks for your postings, but both methods have some disadvantages
obelisk wrote:just capture the screen and crop it yourself.
I want that the content of the capture (a drawing) fits into 200*200 as good as possible. So I have to
- look how large 200x200 is
- scale the drawing
- make a capture
- crop it
XnTriq wrote:...
  • Tools » Capture screen... » Capture area » Rectangle
Yes, in theory. But it takes rather long time and a steady mouse-hand to create exactly 200x200. It would be fine if the size of the rectangle could be predefined - and then used ("Snagit" has this feature.)

Peter

Re: Create screen captures exactly 200x200 points

Posted: Wed Nov 19, 2014 8:16 am
by cday
Would making the screen captures [at any convenient scale...] and then [batch...] canvas resizing them to 200 x 200 px possibly be another option?

Re: Create screen captures exactly 200x200 points

Posted: Wed Nov 19, 2014 8:28 am
by Peter2
cday wrote:Would making the screen captures [at any convenient scale...] and then [batch...] canvas resizing them to 200 x 200 px possibly be another option?
Maybe I'm wrong but

a) canvas resizing implies that the capture is exactly centered
b) this solution does not solves the aim "content fits to target size"

Peter

Re: Create screen captures exactly 200x200 points

Posted: Wed Nov 19, 2014 8:56 am
by cday
I'm not entirely clear about your exact requirements :( .

But using canvas resize would result in images exactly 200 x 200 px, and I would have thought that when making a quick manual crop at an arbitary size exact centering would be the same as for any other method and fitting content to the target size was inherent...

But rescaling artefacting might possibly be an issue, and canvas resize doesn't offer resampling options although Resize does which might be an alternative. But that could also be an issue when rescaling the drawing before making a screen capture, although you might have the benefit of anti-aliasing on the screen. And if your drawing is a vector drawing (AutoCad?) it would scale better on the screen than a bitmap image.

Just brainstorming... :wink:

Re: Create screen captures exactly 200x200 points

Posted: Wed Nov 19, 2014 9:39 am
by cday
Edit:

Zooming well in on the area to be copied before making an arbitrary sized selection would enable precise centering by eye, and also capture more pixels to enhance the image quality when downsampling to 200 x 200 px.

And if there are many screenshots to be made, quick arbitary selections followed by batch resizing to the required pixel dimensions should provide an efficient process.

It would be necessary to make the selection an exact square and I don't immediately see how to do that in XnView, although in another well known freeware program Control + 'drag selection' does it...

[For solution see Making a square selection ]

Re: Create screen captures exactly 200x200 points

Posted: Thu Nov 20, 2014 4:30 am
by XnTriq
You could use a screen magnifier and set the zoom factor to 100%.

Re: Create screen captures exactly 200x200 points

Posted: Thu Nov 20, 2014 8:02 am
by Peter2
Hi cday and XnTriq

thanks for your detailed and valuable hints. For me it is OK now.

Have a fine day.

Peter