Open
Bug 1045926
(ddd)
Opened 10 years ago
Updated 2 years ago
Downscale all important image formats during decode
Categories
(Core :: Graphics: ImageLib, enhancement)
Core
Graphics: ImageLib
Tracking
()
NEW
People
(Reporter: seth, Unassigned)
References
(Depends on 2 open bugs, Blocks 4 open bugs)
Details
This is a metabug for adding downscale-during-decode support for all important image decoders. At a minimum, we should support it for JPEG, PNG, and GIF.
Reporter | ||
Updated•10 years ago
|
Assignee: asobolev → seth
Reporter | ||
Comment 2•10 years ago
|
||
We should undo the changes in bug 304561 once this is fixed.
Reporter | ||
Updated•9 years ago
|
Alias: ddd
Comment 4•9 years ago
|
||
I'm hoping someone will someday implement a WebVR viewer capable of displaying high resolution (1000+ megapixel) equirectangular panoramic jpg images, which loads the source image into a hidden offscreen buffer and samples and scales appropriate sections of that buffer from it's full native resolution to a size suitable for output to the display, based on current view direction and zoom level.
I would hope Firefox decoding doesn't preclude such software from ever being implemented.
Comment 5•9 years ago
|
||
This is only about downscaling images when a webpage requests an image to be drawn at a smaller size then the image is. So if content doesn't ask for it, downscaling won't happen.
Comment 7•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
Comment 8•2 years ago
|
||
The severity field for this bug is relatively low, S3. However, the bug has 3 duplicates.
:aosmond, could you consider increasing the bug severity?
For more information, please visit auto_nag documentation.
Flags: needinfo?(aosmond)
Updated•2 years ago
|
Severity: S3 → --
Type: defect → enhancement
Updated•2 years ago
|
Flags: needinfo?(aosmond)
Updated•2 years ago
|
Severity: -- → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•