- What version of Go are you using (go version)? go1.4.2 darwin/amd64
- What operating system and processor architecture are you using? Mac OS X 64-bit Intel
- What did you do?
- Open this jpeg with
image/jpeg (it was produced by a scanner, and it renders fine in browsers, Preview, etc.)
- What did you expect to see?
- I expected Go to decode the image properly (i.e. white with black text).
- What did you see instead?
- It decoded the image as a black rectangle, with
err == nil
Repro locally with this, though not on the playground.