Open
Bug 821571
Opened 12 years ago
Updated 2 years ago
Add some sort of temporal media fragment support for animated images
Categories
(Core :: Graphics: ImageLib, defect)
Core
Graphics: ImageLib
Tracking
()
NEW
People
(Reporter: seth, Unassigned)
References
(Depends on 1 open bug)
Details
It would be convenient for our UI code if we were able to use temporal media fragments with images. At a minimum, it's desirable to be able to select a specific frame (probably most frequently the first) - this would come in handy for disabling animation in situations like bug 821011. One could imagine using a special media fragment dimension like #frame for this, or piggbybacking on #id.
We could also consider supporting the #t dimension for images. This would be more complex as the units are time and it would require us to be able to select a set of frames rather than just one. It's not a good fit for our immediate needs, so it seems to me like we should leave #t support out of this bug, but it might be that people would have a use for this.
Comment 1•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months, so the assignee is being reset.
Assignee: seth.bugzilla → nobody
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•