Skip to content
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

Attempts to process .DS_Store if folder has been opened in Finder #216

Open
tomgilder opened this issue Sep 30, 2020 · 0 comments
Open

Attempts to process .DS_Store if folder has been opened in Finder #216

tomgilder opened this issue Sep 30, 2020 · 0 comments

Comments

@tomgilder
Copy link

If you open the temporary directory where screenshots were being generated in Finder, a .DS_Store file is generated which screenshots tries to process, causing it to fail:

Processing screenshots from test...
convert: no decode delegate for this image format `' @ error/constitute.c/ReadImage/562.
convert: no images defined `info:' @ error/convert.c/ConvertImageCommand/3285.


Unhandled exception:
command failed: exitcode=1, cmd='convert /tmp/screenshots/test/.DS_Store -crop 1000x40+0+0 +repage -colorspace gray -format ""%[fx:(mean>0.76)?1:0]"" info:', workingDir=.

Probably worth ignoring all hidden files?

Thank you for the amazing utility!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant