Skip to content
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

image/jpeg: support progressive mode images #3976

Closed
bradfitz opened this issue Aug 20, 2012 · 4 comments
Closed

image/jpeg: support progressive mode images #3976

bradfitz opened this issue Aug 20, 2012 · 4 comments
Milestone

Comments

@bradfitz
Copy link
Contributor

This is a feature request bug for progressive image support in image/jpeg.

image/jpeg's reader.go contains:

                case marker == sof2Marker: // Start Of Frame (Progressive).                                                           
                        err = UnsupportedError("progressive mode")

Facebook (or some version of the Facebook mobile app maybe?) seems to encode JPEGs as
progressive when scaling them down, which means I can't read them.

Attached is an example.

Attachments:

  1. 255256_10151183168140090_1533251541_n.jpg (90710 bytes)
@robpike
Copy link
Contributor

robpike commented Aug 20, 2012

Comment 1:

Owner changed to @nigeltao.

Status changed to Accepted.

@rsc
Copy link
Contributor

rsc commented Sep 12, 2012

Comment 2:

Labels changed: added go1.1maybe.

@nigeltao
Copy link
Contributor

Comment 3:

This issue was closed by revision 8b624f6.

Status changed to Fixed.

@bradfitz
Copy link
Contributor Author

Comment 4:

Thanks, Nigel! :)

@rsc rsc added this to the Go1.1 milestone Apr 14, 2015
@rsc rsc removed the go1.1maybe label Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants