-
Are you sure that the implementation of bbox is correct in this case,
```
(bbox[2] - bbox[0], bbox[3] - bbox[1], bbox[0], bbox[1])
```
Here you are calculating the width and height from points but t…
-
ImageMagick offers the opportunity to let the user draw the rectangle for the screenshot are when started with `import FOO.png`. In the documentation I have to explicitly pass the coordinates of the a…
-
The ImageMagick's `import` command emits a beep whenever you grab an image and `pyscreenshot` doesn't disable it. This can be quite annoying if you have to run it frequently.
I suggest we disable it …
swrh updated
10 years ago
-
ImageGrab is win-only.
Maybe you could add a requirements.txt file in any case so that people can install its deps in a virtualenv or via pip.
nsfmc updated
11 years ago
-
Maybe not for all platoforms, but having a single script without dependencies would be awesome.
-
I need this for a python magnifier and markup app I am writing.
All backends implemented by pyscreenshot fail.
I have spent almost a week trying to ferret out any workable method from google searches…
-
Like `scrot -s`
-
difficulty to install pyscreenshot on windows
easy install bug
try with direct install wit its setup
-
`pip install pyscreenshot` installs `Yapsy-1.9_python3` which doesn't work on Python2.x e.g.:
```
$ python -m pyscreenshot.examples.show
.../bin/python: No module named configparser
```
`yapsy/Plugi…
-
While easy_install it, I get this:
File "/tmp/easy_install-32xFOz/pyscreenshot-0.1.0/pyscreenshot/**init**.py", line 1, in
#
ImportError: No module named path
keul updated
13 years ago