| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Cache data size in CJBig2_Image
Profiling shows GetLine() and other CJBig2_Image methods are all slow
because almost every access results in a `data_` size calculation. Avoid
that by caching the size.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |