Closed
Description
by darkgray:
The top example at http://golang.org/pkg/image/#example_ gives the error: 2012/10/29 05:30:19 image: unknown format exit status 1 It can be fixed by adding the import of: _ "image/jpeg"
by darkgray:
The top example at http://golang.org/pkg/image/#example_ gives the error: 2012/10/29 05:30:19 image: unknown format exit status 1 It can be fixed by adding the import of: _ "image/jpeg"