Extended/TIPXWebPCodec.m (3 lines): - line 19: // TODO: remove this pushed diagnostic "ignored" when the modular closure of libwebp framework headers is completely fixed - line 195: // TODO: supported animated - line 634: // Set the output colorspace as RGB (TODO: there might be a device optimization using BGRA or ABGR...) Extended/libwebp/cmake/config.h.in (3 lines): - line 4: /* TODO: handle properly in CMake */ - line 72: /* TODO: handle properly in CMake */ - line 119: /* TODO: handle properly in CMake */ TwitterImagePipeline/UIImage+TIPAdditions.m (3 lines): - line 594: return sourceImage; // TODO: support rotating animated images - line 1580: // TODO: investigate if we should be using kCGImageDestinationOptimizeColorForSharing - line 1608: // TODO: add support for preferProgressive TwitterImagePipeline/TIPImageViewFetchHelper.m (2 lines): - line 822: placeholder:YES /*TODO: investigate whether there are conditions when we can pass NO*/]; - line 845: placeholder:YES /*TODO: investigate whether there are conditions when we can pass NO*/]; Extended/libwebp/cmake/deps.cmake (1 line): - line 43: # TODO: this seems unused, check with autotools. Extended/TIPXMP4Codec.m (1 line): - line 268: // TODO: handle targetDimensions & targetContentMode! TwitterImagePipeline/TIPImageStoreRequest.h (1 line): - line 101: @property (nullable, nonatomic, readonly) UIImage *image; // TODO: refactor to be a `TIPImageContainer` instead of a `UIImage` TwitterImagePipeline/TIPImageUtils.m (1 line): - line 299: // TODO: implement this function TwitterImagePipeline/TIPImageFetchOperation.m (1 line): - line 907: imageData:imageData // TODO: is this too much? Could defer the caching of the data to memory until next disk cache hit Extended/libwebp/swig/libwebp_python_wrap.c (1 line): - line 2258: /* TODO: I don't know how to implement the fast getset in Python 3 right now */