-
Notifications
You must be signed in to change notification settings - Fork 9
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
Stuck with -a or -m commands #36
Comments
I think there is such a bug with the ImageMagick or some device, you can read this issue #16 (comment) because in my case, I haven't found any bug like this before. Here my version uses
If you want to try if ImageMagick is working ok, you can put the code from one of the functions from binary Awesomeshot and then run it on your terminal, e.g.,
source ~/.config/awesomeshot/awesomeshot.conf
export file_name="/some/location/ex-foo-bar.png"
convert "$file_name" -bordercolor "#FFFFFF" -border ${background_border_size} "$file_name"
|
it's you use older version awesomeshot earlier then upgrade to the newer version? if yes, what if you re-generate the new config of awesomeshot with this command: awesomeshot -c then press because if i'm not forgot the newer version have different config |
The text was updated successfully, but these errors were encountered: