Twitter Image Pipline v2.0.0 Release Notes

    • TwitterImagePipeline now supports pluggable image decoding and encoding w/ TIPImageCodecs.h
      • TIPImageCodecCatalogue exists to encapsulate the set of known codecs for TIP to use
      • The default codecs are all those included by iOS
      • WebP codec is used in the unit tests, but does not come bundled with TIP as a default
      • Consumers of TIP can use the WebP codec in their projects if they want to use it