Closed
Bug 1130766
Opened 11 years ago
Closed 11 years ago
(LayerScope) Reduce the size of saved file.
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
FIXED
People
(Reporter: u459114, Assigned: u459114)
References
Details
Attachments
(1 file, 1 obsolete file)
The reasons of why the size of saved file is so huge are
1. Duplicate texture: the same layer in different frame associate to different texture.
2. base64 url encoding: all images are saved as base64.
3. No zip
The patch is trying to address and fix size problem, please help to review.
PS
We don't need save/load function in add-on after this patch landding
Attachment #8560912 -
Flags: review?(mtseng)
Attachment #8560912 -
Flags: review?(boris.chiou)
Attachment #8560912 -
Attachment is obsolete: true
Attachment #8560912 -
Flags: review?(mtseng)
Attachment #8560912 -
Flags: review?(boris.chiou)
Attachment #8561060 -
Flags: review?(mtseng)
Attachment #8561060 -
Flags: review?(boris.chiou)
Comment 3•11 years ago
|
||
Comment on attachment 8561060 [details] [review]
Saved file size reducing
Awesome!
Attachment #8561060 -
Flags: review?(mtseng) → review+
Comment 4•11 years ago
|
||
Comment on attachment 8561060 [details] [review]
Saved file size reducing
LGTM. Just make sure everything works fine in your patches. Thanks.
Attachment #8561060 -
Flags: review?(boris.chiou) → review+
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Blocks: LayerScope
No longer depends on: LayerScope
You need to log in
before you can comment on or make changes to this bug.
Description
•