Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

SDWebImage

Asynchronous image downloader with cache support as a UIImageView category
Collective - Host: opensource - https://opencollective.com/sdwebimage - Website: https://sdwebimage.github.io/ - Code: https://github.com/sdwebimage

Added test case `test31ThatMultipleRequestForSameURLNeverSkipCallback` to ensure all download request for same url always callback

github.com/SDWebImage/SDWebImage - b6910be155de74fecd43992fceb99cd65157bd51 authored almost 2 years ago by DreamPiggy <[email protected]>
Revert back the NSOperationQueue, seems has better performance on this cases (may dispatch multiple block but not important, one finished is OK)

github.com/SDWebImage/SDWebImage - 0c94e540bcded53fef6aba0ad3882844ab72a1ce authored almost 2 years ago by DreamPiggy <[email protected]>
Try not introduce new public API for operation, attach the `isCompleted` property using associated object from downloader, ensure compatibility

github.com/SDWebImage/SDWebImage - 6e1fee7834276add072674f0802a824f8b040a41 authored almost 2 years ago by DreamPiggy <[email protected]>
Ensure the DownloaderOperation callback the completion in atomic and never miss one

The downloader will now check and ignore a `transferedDataFinished` operation (which is callback...

github.com/SDWebImage/SDWebImage - 43b94130c7f94a497f39001f17a4fa2499c3874c authored almost 2 years ago by DreamPiggy <[email protected]>
Using Clang Analyzer and fix some memory issues

github.com/SDWebImage/SDWebImageAVIFCoder - 33ad65f995693898d48b4610888079a8a5f4924a authored almost 2 years ago by DreamPiggy <[email protected]>
Bumped version to 0.9.5

github.com/SDWebImage/SDWebImageAVIFCoder - dc7c0ba2640754a93e68fc1da18534a280eafc3b authored almost 2 years ago by DreamPiggy <[email protected]>
Merge pull request #47 from ifbowen/master

fix animated avif decode failed, os_unfair_lock crash

github.com/SDWebImage/SDWebImageAVIFCoder - b320094938958b91b10df279df9cca3494182ed1 authored almost 2 years ago by DreamPiggy <[email protected]>
fix animated avif decode failed, os_unfair_lock crash

github.com/SDWebImage/SDWebImageAVIFCoder - 6559b550fbef86c0af4df1d3e0678aa57a167d9d authored almost 2 years ago by bowen <[email protected]>
Merge pull request #3474 from dreampiggy/bugfix/atomic_fix

Avoid compiler generate the wrong property attribute with non-atomic

github.com/SDWebImage/SDWebImage - f25cc6bb1c595ef0165039360534d587e451ff8a authored almost 2 years ago by DreamPiggy <[email protected]>
Bumped version to 0.8.0

github.com/SDWebImage/SDWebImageYYPlugin - 9a3614c76f73eb5a439416db030c0c2fc1ea9461 authored almost 2 years ago by DreamPiggy <[email protected]>
Merge pull request #12 from SDWebImage/feat/bump_sd_515

Bump the support for SDWebImage 5.15.0

github.com/SDWebImage/SDWebImageYYPlugin - 9098d33f78592211057cbfa851718c40855b0774 authored almost 2 years ago by DreamPiggy <[email protected]>
Update the lazyDecode support for YYImage

github.com/SDWebImage/SDWebImageYYPlugin - ab9417e48f64022ab0696a4835221e5f57ab5888 authored almost 2 years ago by DreamPiggy <[email protected]>
Update YYCoder to support new 5.15.0 encodeWithFrames API

github.com/SDWebImage/SDWebImageYYPlugin - 65942acc84e88752379a79658a7902715505dc14 authored almost 2 years ago by DreamPiggy <[email protected]>
Update the latest YYCache to match SDImageCache's behavior

github.com/SDWebImage/SDWebImageYYPlugin - 3fbb49c16ba636cefee865a068866e8837b91f4e authored almost 2 years ago by DreamPiggy <[email protected]>
Bump dependency to SDWebImage 5.15.0

github.com/SDWebImage/SDWebImageYYPlugin - 7066b917fe252e79b34f658bda60ae54bf7097d9 authored almost 2 years ago by DreamPiggy <[email protected]>
Avoid compiler generate the wrong property attribute with non-atomic

github.com/SDWebImage/SDWebImage - a66ff8e5c9bfa32067c9f5c840efdb89d9104bad authored almost 2 years ago by DreamPiggy <[email protected]>
Merge pull request #3473 from dreampiggy/bugfix/create_options

Fix the issue the fallback logic of ImageIO Source should avoid passing any UTI hint

github.com/SDWebImage/SDWebImage - 8a6dcf88820754e529e22c054c160089ded6fece authored almost 2 years ago by DreamPiggy <[email protected]>
Fix the issue the fallback logic of ImageIO Source should avoid passing any UTI hint

github.com/SDWebImage/SDWebImage - a80af99d0af5873bf017ff15a89072ca1f20add9 authored almost 2 years ago by DreamPiggy <[email protected]>
Merge pull request #3471 from GiddyGoatGaming/patch-1

Bump actions/checkout to v3

github.com/SDWebImage/SDWebImage - 6f8121c604ce580c5968f117f8829ef0a83d3071 authored almost 2 years ago by DreamPiggy <[email protected]>
Bump actions/checkout to v3

github.com/SDWebImage/SDWebImage - 5b34168e645618f4d97f46d5fd6c8d40b2834b98 authored almost 2 years ago by Spencer Comfort <[email protected]>
Update SDWebImage to 5.15.0

github.com/SDWebImage/sdwebimage.github.io - cd4ac97fe68e6994a48f54de8970250a32d38b24 authored almost 2 years ago by DreamPiggy <[email protected]>
Bumped version to 0.10.0

github.com/SDWebImage/SDWebImageWebPCoder - d72efcfcb466e1917ace988d810aa523534e1ecd authored almost 2 years ago by DreamPiggy <[email protected]>
Merge pull request #70 from SDWebImage/feat/encode_with_frames

Adopt 5.15.0's encodedDataWithFrames API

github.com/SDWebImage/SDWebImageWebPCoder - 5864b77d884cdba731cb856ce587f9390dd47213 authored almost 2 years ago by DreamPiggy <[email protected]>
Update the test case because upstream changes

github.com/SDWebImage/SDWebImageWebPCoder - b0a717871b72b9b5431c3a0b5220f85d1d8df86f authored almost 2 years ago by DreamPiggy <[email protected]>
Adopt 5.15.0's encodedDataWithFrames API

github.com/SDWebImage/SDWebImageWebPCoder - 3af65409f2f8bfd6e17718d2896fb0076ef5e769 authored almost 2 years ago by DreamPiggy <[email protected]>
Bumped version to 5.15.0

update CHANGELOG

github.com/SDWebImage/SDWebImage - 6c6b951845a520fa7e8356e28adb5339c0f008d3 authored almost 2 years ago by DreamPiggy <[email protected]>
Merge pull request #3469 from dreampiggy/feat/animated_image_encode

Added encodeWithFrames API for animation encoding in custom coder, better for usage

github.com/SDWebImage/SDWebImage - 975502b4a6dc9629027fc08ff085bc97efb1d7d6 authored almost 2 years ago by DreamPiggy <[email protected]>
Update test case

github.com/SDWebImage/SDWebImage - 9dd8b6c08b2d70103741044bfbee78eac2f7bacf authored almost 2 years ago by DreamPiggy <[email protected]>
Merge pull request #3468 from dreampiggy/feat/decode_solution_change

Update the decode solution to allows CoreGraphics avoid using any UIKit method

github.com/SDWebImage/SDWebImage - a01715e19605bc8d657174d553fd3781c01a74ef authored almost 2 years ago by DreamPiggy <[email protected]>
Change the immutable frames array

github.com/SDWebImage/SDWebImage - 0bdb7865c77599803a55966816d232a02576096f authored almost 2 years ago by DreamPiggy <[email protected]>
Opt the macOS legacy animated encode, with the weak assigned frames to avoid re-decode again

It's still recommended to use the new API

github.com/SDWebImage/SDWebImage - 985c84be75530dc18e999cc42b050ba700d08226 authored almost 2 years ago by DreamPiggy <[email protected]>
Added encodeWithFrames API for animation encoding in custom coder, better for usage

The exist API need wrap the frames into a new image and extract, consume RAM and CPU

github.com/SDWebImage/SDWebImage - 8ec3bc83d7c13828abed5efb63fb2dc212ca69da authored almost 2 years ago by DreamPiggy <[email protected]>
Update the decode solution to allows CoreGraphics avoid using any UIKit method

This is back compatible to old version's RAM behavior

github.com/SDWebImage/SDWebImage - c0f70234725b7a9f49a3489c17b66e8834f26687 authored almost 2 years ago by DreamPiggy <[email protected]>
Merge pull request #3466 from dreampiggy/feat/encode_options

Added `SDWebImageContextImageEncodeOptions` to pass encode options like compression quality to S...

github.com/SDWebImage/SDWebImage - 7c63bad41c0cde5ccc023f70a61ef434c726da4c authored almost 2 years ago by DreamPiggy <[email protected]>
Fix the wrong test because now ioQueue and encodeQueue is different thing, we should not assume calling storeImage and queryDiskCache get the data (they are not guarded by the same serial queue)

github.com/SDWebImage/SDWebImage - 911a9a86a0392231155990b4b67f7b29c9ef51d3 authored almost 2 years ago by DreamPiggy <[email protected]>
Fix the wrong behavior after 5.15.0 cache changes

github.com/SDWebImage/SDWebImage - e083ab293fc591526805d95d1ae9f431252747e6 authored almost 2 years ago by DreamPiggy <[email protected]>
Update test case test08ThatImageTransformerWork with encode options

github.com/SDWebImage/SDWebImage - 78fa0a9cb5a7eedfe82a0a5b3aea2ebff0ed5100 authored almost 2 years ago by DreamPiggy <[email protected]>
Adjustment for manager && cache call, add deprecation

github.com/SDWebImage/SDWebImage - 08ec6cf2534388b5d41f90501e9b1a20301213a8 authored almost 2 years ago by DreamPiggy <[email protected]>
Change the cache's encoding in global queue to avoid block ioQueue for IO read/write, performance related

github.com/SDWebImage/SDWebImage - 246cfa935d326ee7dc8a6898f4377c814175e942 authored almost 2 years ago by DreamPiggy <[email protected]>
Added `SDWebImageContextImageEncodeOptions` to pass encode options like compression quality to SDImageCache storeImage API

github.com/SDWebImage/SDWebImage - d93a08fc917e251497173388a8e2b0744f96a5da authored almost 2 years ago by DreamPiggy <[email protected]>
Merge pull request #3465 from dreampiggy/feat/callback_queue

Added context option `callbackQueue` and `SDCallbackQueue` wrapper for advanced user to control ...

github.com/SDWebImage/SDWebImage - 05f7fb9b0d96696e31bdbb0bd3928183f151dbef authored almost 2 years ago by DreamPiggy <[email protected]>
Fix SwiftPM issue

github.com/SDWebImage/SDWebImage - 720a0974d48e83797a1d654191d585eaef74f01d authored almost 2 years ago by DreamPiggy <[email protected]>
Update test case

github.com/SDWebImage/SDWebImage - 397f8512403e28f0f79e9fa20e3f2d256b2ed0fd authored about 2 years ago by DreamPiggy <[email protected]>
Supports the old store cache API without context, which does not supports callback queue customization

github.com/SDWebImage/SDWebImage - 007100d18ff5aec992a81581ab23ab9f774e80d5 authored about 2 years ago by DreamPiggy <[email protected]>
Rename the internal property to avoid misleading

github.com/SDWebImage/SDWebImage - e1e0841102c60101ebd37acee6dbe1837ebd9a42 authored about 2 years ago by DreamPiggy <[email protected]>
Added test case `testSDCallbackQueue`

github.com/SDWebImage/SDWebImage - 43d74211c3bce2964f28668e9d0f5c4498280851 authored about 2 years ago by DreamPiggy <[email protected]>
Update Carthage project

github.com/SDWebImage/SDWebImage - e21e9f19e61efcf29bb2edf0ded2b77ee5c8002a authored about 2 years ago by DreamPiggy <[email protected]>
Fix the issue because of main queue label hack

github.com/SDWebImage/SDWebImage - 1b086711aedc4a66c80ae39cb3fd3d794190396f authored about 2 years ago by DreamPiggy <[email protected]>
Change the asyncSafe to the queue level configuration, introduce SDCallbackPolicy

github.com/SDWebImage/SDWebImage - 5a4b4cf16db34328b4e6ddad41fa3e095c3f8efb authored about 2 years ago by DreamPiggy <[email protected]>
Deprecate SDWebImagePrefetcher.delegateQueue, translate to use context[SDWebImageContextCallbackQueue] instead

github.com/SDWebImage/SDWebImage - 90eeb4d8306470eb178bafce8c3a0be7b6e4a82d authored about 2 years ago by DreamPiggy <[email protected]>
Fix the new added storeCache API which passing callbackQueue

github.com/SDWebImage/SDWebImage - 67520b9f55b064ab8e63d55eddd0e97a2bf34e58 authored about 2 years ago by DreamPiggy <[email protected]>
Do not check nil block, useless in our use case

github.com/SDWebImage/SDWebImage - fdd9a98210f2591901a57eff51c539d61bbcc06f authored about 2 years ago by DreamPiggy <[email protected]>
Rename to use `dispatch_block_t` alias

github.com/SDWebImage/SDWebImage - 57403c9d3fb5ebf14dbfad843e0fa9cf026917f2 authored about 2 years ago by DreamPiggy <[email protected]>
Implements the Callback queue dispatch

Fix some missing components

github.com/SDWebImage/SDWebImage - b5d712a3783911ed427faef1903c6aa54fd0aa56 authored about 2 years ago by DreamPiggy <[email protected]>
Added context option `callbackQueue` for advanced user to control which queue to callback

This is used for user who call SDWebImage outside from main queue and need precise queue control...

github.com/SDWebImage/SDWebImage - 43ec4726e112ce7cb85b28b3751f1e07492801ef authored about 2 years ago by DreamPiggy <[email protected]>
Released v2.2.2 version

Update the CHANGELOG.md

github.com/SDWebImage/SDWebImageSwiftUI - 61fefe9c284fd41ddef77d02749e88f00c305196 authored about 2 years ago by DreamPiggy <[email protected]>
Bumped version to 5.14.3

update CHANGELOG

github.com/SDWebImage/SDWebImage - 4178d12a44691182c2eb79c70281b14cb73f4cbf authored about 2 years ago by DreamPiggy <[email protected]>
Merge pull request #3461 from dreampiggy/bugfix/yuv420_jpeg_hevc

Fix the iOS 15+ force-decode hack break Apple's HEIF and JPEG YUV420 optimization

github.com/SDWebImage/SDWebImage - 8be9f2c3f93142362e94117ef2cdbf019dbb4976 authored about 2 years ago by DreamPiggy <[email protected]>
Removed the unused options for CGImageSourceCopyPropertiesAtIndex

github.com/SDWebImage/SDWebImage - d2221403e10fb9c6d8f10141db98aaaaf1f88679 authored about 2 years ago by DreamPiggy <[email protected]>
Update the test case `test23ThatThumbnailEncodeCalculation`

This regression test should also been reverted

github.com/SDWebImage/SDWebImage - a53eb929886b11658bac15f5908021c61ee340c1 authored about 2 years ago by DreamPiggy <[email protected]>
Fix the iOS 15+ force-decode hack break Apple's HEIF and JPEG YUV420 optimization

The lazyDecode logic effect the static image as well. Should roll back and only check for animat...

github.com/SDWebImage/SDWebImage - a99c0de68d58cb68257b449c2c835ebdabb2f61a authored about 2 years ago by DreamPiggy <[email protected]>
Merge pull request #3460 from dreampiggy/feat/ioqueue_concurrent_config

Added `ioQueueAttributes` to use concurrent or control QoS for image cache internal IO Queue

github.com/SDWebImage/SDWebImage - 7bc087b081e28cf42b65ef10c3c718ce1697df44 authored about 2 years ago by DreamPiggy <[email protected]>
Added test case `test48CacheUseConcurrentIOQueue`

github.com/SDWebImage/SDWebImage - ffc91663bf6c85e54faecd5f8dd2196b56e529fe authored about 2 years ago by DreamPiggy <[email protected]>
Added `ioQueueAttributes` to use concurrent or control QoS for image cache internal IO Queue

github.com/SDWebImage/SDWebImage - c60e6714dd34af904065bad943ea868dbd3a40b2 authored about 2 years ago by DreamPiggy <[email protected]>
Merge pull request #3452 from kinarobin/fetch-frame-early-for-animated-image-render

[Performance]when frame timestamp not reached, we should prefetch frame in advance for image ren...

github.com/SDWebImage/SDWebImage - 0274aa85fe69a997eae3a4de9275225762d56a22 authored about 2 years ago by DreamPiggy <[email protected]>
Merge pull request #3459 from dreampiggy/bugfix/player_cache_poster_image

The poster image should not trigger a frameChange callback

github.com/SDWebImage/SDWebImage - 707db2e01669605602d72e50a8454e7782a4e789 authored about 2 years ago by DreamPiggy <[email protected]>
Merge pull request #251 from SDWebImage/bugfix/is_animating_webimage

Fix the bug that isAnimating control does not works on WebImage

github.com/SDWebImage/SDWebImageSwiftUI - 92f7b1779b175e144d071d8bcf6ccff6cc061980 authored about 2 years ago by DreamPiggy <[email protected]>
Removed the unused IndicatorTests

github.com/SDWebImage/SDWebImageSwiftUI - 84e792704bb3c8e71086ae40f84401609cee7145 authored about 2 years ago by DreamPiggy <[email protected]>
Fix the bug that isAnimating control does not works on WebImage

github.com/SDWebImage/SDWebImageSwiftUI - 940907a6f93e56b5976618f5ebffc4a5a68a1545 authored about 2 years ago by DreamPiggy <[email protected]>
Hack the first frame to ensure it always displayed in first screen refresh

github.com/SDWebImage/SDWebImage - 717461459fe51ad7eda1f804e50d3c417c92cbfd authored about 2 years ago by DreamPiggy <[email protected]>
The poster image should not trigger a frameChange callback

github.com/SDWebImage/SDWebImage - b5db7fac682c3c4d7af8a9188cafce20f301a47d authored about 2 years ago by DreamPiggy <[email protected]>
Remove the unused HostingView hack

github.com/SDWebImage/SDWebImageSwiftUI - 8192aecee6ba3e11919687a8c318850455a66fa8 authored about 2 years ago by DreamPiggy <[email protected]>
Remove the unused ProgressIndicatorWrapper

github.com/SDWebImage/SDWebImageSwiftUI - 2b2ee4f671d17470b8fedff99e5ca2431a133349 authored about 2 years ago by DreamPiggy <[email protected]>
Use the generic signature for ProgressiveStyle

This match Apple's API

github.com/SDWebImage/SDWebImageSwiftUI - f2a7b990841c44bd88f8bb01c1de5ff6556ecb64 authored about 2 years ago by DreamPiggy <[email protected]>
Remove the legacy ActivityIndicator/ProgressIndicator, use ProrgessView

github.com/SDWebImage/SDWebImageSwiftUI - 63e1aebbf6dc3d435fc345460c70e816fd2016da authored about 2 years ago by DreamPiggy <[email protected]>
Drop iOS 13/macOS 10.15/tvOS 13/watchOS 6 support

Changes:
1. Backport sources are removed
2. Availability is changed
3. Use StateObject instead

github.com/SDWebImage/SDWebImageSwiftUI - 2909b0027aa83fb2a458aeb8943a4ad5cb93f68f authored about 2 years ago by DreamPiggy <[email protected]>
Bumped version to 0.9.4

github.com/SDWebImage/SDWebImageAVIFCoder - 0f0003bb667050097492907e7909145545dbeff8 authored about 2 years ago by DreamPiggy <[email protected]>
Merge pull request #46 from ifbowen/feature/leak_#wenbo

fix decode animated image leak

github.com/SDWebImage/SDWebImageAVIFCoder - b65c9bd5c7c9214e14d656da863594ee69baf668 authored about 2 years ago by DreamPiggy <[email protected]>
fix decode animated image leak

github.com/SDWebImage/SDWebImageAVIFCoder - 334f61bb955b6ee0e3490a78ccef04e846affd32 authored about 2 years ago by bowen <[email protected]>
prefetch image in advance

github.com/SDWebImage/SDWebImage - a15f594869f8ea56f86d77a30fc7678d5f8bd01d authored about 2 years ago by kinarobin <[email protected]>
Bumped version to 5.14.2

update CHANGELOG

github.com/SDWebImage/SDWebImage - 3312bf5e67b52fbce7c3caf431b0cda721a9f7bb authored about 2 years ago by DreamPiggy <[email protected]>
Merge pull request #3443 from dreampiggy/project/move_assert_check_to_demo_tests

Move the SD_CHECK_CGIMAGE_RETAIN_SOURCE assertion to SDWebImage Demo and Tests only

github.com/SDWebImage/SDWebImage - 430ef4d73ca268d8efcefad08d3ac020af91c750 authored about 2 years ago by DreamPiggy <[email protected]>
Move the SD_CHECK_CGIMAGE_RETAIN_SOURCE assertion to SDWebImage Demo and Tests only

This does not effects user who use this framework, only useful for ourselves to ensure Apple doe...

github.com/SDWebImage/SDWebImage - 9c0c715d6aba8bfaec5f5440c4e2cd581b321bae authored about 2 years ago by DreamPiggy <[email protected]>
Bumped version to 1.0.0

github.com/SDWebImage/SDWebImagePDFCoder - d9139666985f93292caa8971c7892870bd700cd8 authored about 2 years ago by DreamPiggy <[email protected]>
Merge pull request #11 from SDWebImage/feature/support_encode_bitmap_pdf

Support to encode as new PDF with bitmap image

github.com/SDWebImage/SDWebImagePDFCoder - 4e34a3de5bf9522d3583544ea86f9333b6307c7d authored about 2 years ago by DreamPiggy <[email protected]>
Fix the demo compile issue on macOS

github.com/SDWebImage/SDWebImagePDFCoder - 6eaabdf86dd17df855d80674bbff5f5749da7836 authored about 2 years ago by DreamPiggy <[email protected]>
Support to encode as new PDF with bitmap image

github.com/SDWebImage/SDWebImagePDFCoder - 06753197c72cf8fdabf5fb3ec33ab01cafb9db87 authored about 2 years ago by DreamPiggy <[email protected]>
Merge pull request #10 from SDWebImage/project/upgrade_dependency

Upgrade dependency of SDWebImage to 5.14.1+

github.com/SDWebImage/SDWebImagePDFCoder - 941ceb5d96180962f4672a8aef37dfdf8317105c authored about 2 years ago by DreamPiggy <[email protected]>
Bumped version to 5.14.1

update CHANGELOG

github.com/SDWebImage/SDWebImage - 80683c20d8f15e10ac1ce605cca5008a295846bd authored about 2 years ago by DreamPiggy <[email protected]>
Merge pull request #3439 from dreampiggy/bugfix/thread_safe_callback

Fix the missing lock for callbackTokens which may cause thread-safe issue

github.com/SDWebImage/SDWebImage - a97d5023041ff0cf59f25d07dfbf78fd68d90036 authored about 2 years ago by DreamPiggy <[email protected]>
Move block before sending to the main queue

This can avoid some life cycle issue and increase performance

github.com/SDWebImage/SDWebImage - 736f3f41f74c70a5c82546238cc25d377cb51436 authored about 2 years ago by DreamPiggy <[email protected]>
Fix the missing lock for callbackTokens which may cause thread-safe issue

github.com/SDWebImage/SDWebImage - 384b2d7c8be97bb52eed789662b4b97f5a58ab17 authored about 2 years ago by DreamPiggy <[email protected]>
Merge pull request #3436 from dreampiggy/bugfix/ios16_pdf_use_coregraphics

Use CoreGraphics to decode PDF instead of ImageIO to solve iOS 16's issue

github.com/SDWebImage/SDWebImage - bc3f09ccbd4b09d343c86e9071029946ac34313f authored about 2 years ago by DreamPiggy <[email protected]>
Upgrade dependency of SDWebImage to 5.14.1+

Move the bitmap decode from this library to the Core

github.com/SDWebImage/SDWebImagePDFCoder - 8fe4bc5da0c75b7fbd35457fccd3ccf5db4e6e4f authored about 2 years ago by DreamPiggy <[email protected]>
Change from instance method to class method

github.com/SDWebImage/SDWebImage - 30f165abd5444cf83a8e30f239139c820dd926e6 authored about 2 years ago by DreamPiggy <[email protected]>
Use CoreGraphics to decode PDF instead of ImageIO to solve iOS 16's issue

We no longer use ImageIO to decode PDF, seems they don't maintain that kSDCGImageSourceRasteriza...

github.com/SDWebImage/SDWebImage - f4706453d6de61b2b397e1fee26d517cd9f4e6b3 authored about 2 years ago by DreamPiggy <[email protected]>