Tencent / LKImageKit

A high-performance image framework, including a series of capabilities such as image views, image downloader, memory caches, disk caches, image decoders and image processors.
Other
2.08k stars 287 forks source link

没有看到字节对齐的优化步骤 #37

Closed KittenYang closed 3 years ago

KittenYang commented 3 years ago

RT, CGBitmapContextCreate 中 bytesPerRow 参数都传了 0,为什么没有进行字节对齐的优化呢?