Skip to content

image/jpeg: support progressive mode images #3976

@bradfitz

Description

@bradfitz
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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions