nfnt / resize

Pure golang image resizing
ISC License
3.02k stars 321 forks source link

Error: unsupported JPEG feature: bad Pq value #11

Closed 1go closed 10 years ago

1go commented 10 years ago

Hi, I am using this package to resize JPEGs, and I received the below error message:

ERROR Failed to jpeg decodeconfig image:unsupported JPEG feature: bad Pq value panic: runtime error: invalid memory address or nil pointer dereference

I couldn't find much in the existing issues: https://code.google.com/p/go/issues/detail?id=4500 http://golang.org/src/pkg/image/jpeg/reader.go

I couldn't find much about pq value in general. Has anyone seen the same error message? Or any ideas?

Thanks!

nfnt commented 10 years ago

Hi, this seems to be an issue with the JPEG decoder in package image/jpeg and not with this package. Please report your issue there.