美文网首页
SDWebImage support WebP

SDWebImage support WebP

作者: 公爵海恩庭斯 | 来源:发表于2018-04-09 11:14 被阅读19次

    Meet a failure using SDWebImage downloading a WebP image file?

    There is a parsing stage when SDWebImage downloads an image. In this stage, SDWebImage asks every registered decoder to convert the origin image data (NSData) to image object (UIImage). And there is no decoder, which has ability to convert the WebP image data to image object.

    Solution

    Using the SDWebImage/WebP pod , the problem will be solved.

    pod 'SDWebImage', '~> 4.2'
    pod 'SDWebImage/WebP'
    

    Index

    相关文章

      网友评论

          本文标题:SDWebImage support WebP

          本文链接:https://www.haomeiwen.com/subject/lygbhftx.html