Displaying interlaced (progressive) Image in UIImageView

后端 未结 5 1955
南方客
南方客 2021-02-14 05:51

I am trying to display a JPEG image as it downloads, using part of the data, similiar to many web browsers do, or the facebook app.

there is a low-quality version of the

5条回答
  •  耶瑟儿~
    2021-02-14 06:26

    I believe this is what you are looking for:

    https://github.com/contentful-labs/Concorde

    A framework for downloading and decoding progressive JPEGs on iOS and OS X, that uses libjpeg-turbo as underlying JPEG implementation.

提交回复
热议问题