Closed
Bug 947305
Opened 11 years ago
Closed 9 years ago
[Exif Parser] Make parser to read SOF JPEG segment
Categories
(Firefox OS Graveyard :: Gaia::Gallery, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
FxOS-S3 (24Jul)
People
(Reporter: dmarcos, Assigned: hub)
References
Details
Attachments
(1 file)
We need to parse this segment to find the size of the image
Reporter | ||
Updated•11 years ago
|
Assignee: nobody → dmarcos
Assignee | ||
Comment 1•9 years ago
|
||
We should decode the SOF segment and extract the size from it, as well wether this is a progressive file or not. So this is a blocker to use that parser with out current code as we need this information.
Assignee | ||
Updated•9 years ago
|
Summary: [Exif Parser] Make parser to read SOF3 JPEG segment → [Exif Parser] Make parser to read SOF JPEG segment
Assignee | ||
Updated•9 years ago
|
Assignee: dmarcos → hub
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•9 years ago
|
||
This PR contain a fix for this bug and other commits to fix other bugs.
Attachment #8635057 -
Flags: review?(dmarcos)
Reporter | ||
Comment 3•9 years ago
|
||
Comment on attachment 8635057 [details]
Link to Github pull-request: https://github.com/mozilla-b2g/exif-parser/pull/12
Looks great! Suggested minor changes on Github.
Attachment #8635057 -
Flags: review?(dmarcos) → review+
Assignee | ||
Comment 4•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•9 years ago
|
||
NOTE: the code hasn't landed in Gaia yet. Bug 1184674 will deal with it.
Assignee | ||
Updated•9 years ago
|
Target Milestone: --- → FxOS-S3 (24Jul)
You need to log in
before you can comment on or make changes to this bug.
Description
•