-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature suggestion] Add an auto magnification #56
Comments
Thank you for the suggestion. I will consider working on it once I have a bit more time. |
Hey man @ianzhao05, I kinda found an easy way for this (for windows) by using the Magnify.exe in Windows32. So, after the already existing imports in textshot.py, I basically added the following code:
and added
So basically what this does is open the default windows magnifying glass after the script has been run, and closes it before the script ends. Of course one would need to And you can set the default settings for Magnify.exe under Start > Ease of Access > Magnifying Glass. I know this isn't the most sophisticated method but I'm new to programming and it worked for me, so I dropped by since the tool is so useful and I wanted to contribute in some way. |
Hey @K53N0 that's awesome, thanks for sharing! That could definitely be a solution for Windows. Unfortunately, I am trying as much as possible to have it work cross platform, which probably means implementing magnification within the script itself. However, your way is a great workaround. |
Sometimes the target is too small on the screen and I can't capture it accurately. Maybe it is a good idea to add a magnified image based on what is around the cursor when users are capturing the screen.
The text was updated successfully, but these errors were encountered: