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 just by adding the -silent argument in the pyscreenshot/plugins/imagemagick.py file.
The ImageMagick's
import
command emits a beep whenever you grab an image andpyscreenshot
doesn't disable it. This can be quite annoying if you have to run it frequently.I suggest we disable it just by adding the
-silent
argument in thepyscreenshot/plugins/imagemagick.py
file.