//apple_ref/c/tdef/PINRemoteImageManagerDownloadOptions Options with which to download and process images PINRemoteImageManager.h //apple_ref/c/econst/PINRemoteImageManagerDownloadOptionsNone Download and process with default options (no other options set) PINRemoteImageManagerDownloadOptionsNone PINRemoteImageManager.h //apple_ref/c/econst/PINRemoteImageManagerDownloadOptionsIgnoreGIFs Regardless of the image type downloaded, return UIImages and not FLAnimatedImage PINRemoteImageManagerDownloadOptionsIgnoreGIFs PINRemoteImageManager.h //apple_ref/c/econst/PINRemoteImageManagerDownloadOptionsSkipDecode Skip decoding the image before returning. This means smaller images returned, but images will be decoded on the main thread when set on an image view PINRemoteImageManagerDownloadOptionsSkipDecode PINRemoteImageManager.h //apple_ref/c/econst/PINRemoteImageManagerDownloadOptionsSkipEarlyCheck Skip the early check of the memory cache PINRemoteImageManagerDownloadOptionsSkipEarlyCheck PINRemoteImageManager.h //apple_ref/c/econst/PINRemoteImageManagerSaveProcessedImageAsJPEG Save processed images as JPEGs in the cache. The default is PNG to support transparency PINRemoteImageManagerSaveProcessedImageAsJPEG PINRemoteImageManager.h