Closed
Bug 949753
Opened 11 years ago
Closed 10 years ago
Update shared/js/media/media_frame.js to use new API to decode screen-sized images
Categories
(Firefox OS Graveyard :: Gaia::Gallery, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: djf, Unassigned)
References
Details
(Whiteboard: [priority])
Bug 854795 will define an API that allows us to decode large images at small size, so that we don't have to use lots of memory to display big photos on a small screen.
shared/js/media/media_frame.js will need to be refactored to use this new API. This will probably mean that we no longer need to use EXIF preview images.
The apps that use media_frame.js will need to be modified so that they don't pass preview images.
This will produce big memory savings for the Gallery and Camera apps.
Reporter | ||
Comment 1•11 years ago
|
||
Note that fixing media_frame.js will result in memory savings when previewing images in Camera and for the Gallery open activity as well.
Updated•11 years ago
|
Whiteboard: [priority]
Reporter | ||
Comment 2•10 years ago
|
||
This was fixed long ago. We now have a new bug open for removing the media fragment code from media_frame, so it is long past time to close this one.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•