[TIMOB-3243] Imageview bitmap rendering needs to be evaluated
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-06-07T21:00:27.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | tbs-1.8.0 |
Reporter | Stephen Tramer |
Assignee | Ingo Muschenetz |
Created | 2011-04-15T03:40:16.000+0000 |
Updated | 2017-06-07T21:00:27.000+0000 |
Description
Right now imageviews translate existing image data into a raw bitmap, which may take up an obscene amount of memory (and which may be leading to some of our memory crashes, and also offer no obvious improvement over scaling/interpolation directly via imageview display). Needs to be evaluated and probably removed.
Need to figure out whether or not this belongs in 1.8.0 and who should be in charge of it.
Closing ticket due to time passed and lack of progress in the past 5 years.