Closed davenotik closed 8 years ago
It would get that error if it read the image file from disk and the image data block appeared to be corrupted due to the reported checksum being different than the calculated checksum. If it was a fluke, then it could just have been a random disk read error.
Thanks!
I'll go ahead and close this issue, but if it continues to be an issue, I can look into it more.
Thank you Brendan! So far, haven't encountered it again.
I got this exception at one point. I restarted my Dart server and tried again, and it worked, but figured I'd bring it up as it may be something I shouldn't ignore.
Thank you for a great lib! I had been using ImageMagick via Dart for a long time. Recently I switched to your lib and I was so happy to kill the IM dependency.