-
Notifications
You must be signed in to change notification settings - Fork 99
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
Error: Image given has not completed loading #17
Comments
Is this still an issue? Looking at the code, the image is used synchronously without waiting for it to load: https://github.com/HumbleSoftware/js-imagediff/blob/master/bin/imagediff#L50 This seems to work in most cases, but could explain your report. |
It never ended up working, so I went straight to working directly with ImageMagick. On Apr 21, 2014, at 3:12 PM, Christoph Burgmer notifications@github.com wrote:
|
I'm getting the following error when running
imagediff
on the command line.sudo npm install -g imagediff
The text was updated successfully, but these errors were encountered: