Closed
Bug 1901076
Opened 5 months ago
Closed 5 months ago
Add new metadata decoding variant to calculate frame count
Categories
(Core :: Graphics: ImageLib, task)
Core
Graphics: ImageLib
Tracking
()
RESOLVED
FIXED
129 Branch
Tracking | Status | |
---|---|---|
firefox129 | --- | fixed |
People
(Reporter: aosmond, Assigned: aosmond)
Details
Attachments
(2 files)
No description provided.
Assignee | ||
Updated•5 months ago
|
Assignee: nobody → aosmond
Severity: -- → N/A
Assignee | ||
Comment 1•5 months ago
|
||
Assignee | ||
Comment 2•5 months ago
|
||
It is useful/necessary for WebCodecs image decoding support to be able
to calculate a frame count for the encoded image without actually
decoding every frame. It needs to be able to provide results without the
complete buffer as well.
Pushed by aosmond@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/79fece25d231
Part 1. Include animated images loop count in metadata decoding results. r=tnikkel
https://hg.mozilla.org/integration/autoland/rev/de52938146cd
Part 2. Expose frame count variant of metadata decoders. r=tnikkel
Comment 4•5 months ago
|
||
Backed out for causing assertion failures @ image/RasterImage.cpp
Backout link: https://hg.mozilla.org/integration/autoland/rev/63d6d7df08f3e23e4911f0489b7292b2e684ba41
Flags: needinfo?(aosmond)
Pushed by aosmond@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9bf9bf28bdeb
Part 1. Include animated images loop count in metadata decoding results. r=tnikkel
https://hg.mozilla.org/integration/autoland/rev/762be8554a41
Part 2. Expose frame count variant of metadata decoders. r=tnikkel
https://hg.mozilla.org/mozilla-central/rev/9bf9bf28bdeb
https://hg.mozilla.org/mozilla-central/rev/762be8554a41
Status: NEW → RESOLVED
Closed: 5 months ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
Assignee | ||
Updated•5 months ago
|
Flags: needinfo?(aosmond)
You need to log in
before you can comment on or make changes to this bug.
Description
•