Ben Evans
Ben Evans
For Windows there's a function already existing in the `.bat` script used. https://github.com/bencevans/screenshot-desktop/blob/1f1beaa689875815f686c93e10314280fd0d1f07/lib/win32/screenCapture_1.3.2.bat#L71-L82 I propose that be used with an interface along the lines of: ```js const windows = await...
This is true, another alternative would be to only accept ids and not titles so a user must come up with their own logic if they wanted title targetting.
Can't say I've delved into it at all but a PR adding the functionality would be very welcome! On Wed, 5 Aug 2020, 10:58 Pavlos Polianidis, wrote: > Hi guys,...
@rexn8r what do you mean by packaging the app?
There was a fix conducted for Electron in https://github.com/bencevans/screenshot-desktop/releases/tag/v1.5.5. I'm not much doing much with Electron so this isn't a priority for me. However if you work out a fix...
@tance77 has submitted a PR which aims to fix this (thanks!). I don't really have anything to test it with as no longer work with any Electron apps. Would someone...
There seem to be quite a few duplicate issues being opened up which relate to this. If someone's available to, a review of PR #152 from someone more familiar than...
Notes for potential Linux implementation: * ImageMagick `--quality [1-100]`. Tries to estimate else 92. has https://imagemagick.org/script/command-line-options.php#quality * Scrot `--quality [1-100]`. Defaults to 75. https://imagemagick.org/script/command-line-options.php#quality
Hi @NirmanSonawane have you given it the Mac permission https://github.com/bencevans/screenshot-desktop/issues/156#issuecomment-583008800
:thinking: Hmmm, I'm really not sure. From a quick browse I can only find this StackExchange question that has some familiarity to this issue and a suggestion that the graphics...