Swiftpack.co - Swift Packages by SDWebImage

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by SDWebImage

SDWebImage/SDWebImage 5.18.1
Asynchronous image downloader with cache support as a UIImageView category
⭐️ 24,672
🕓 1 week ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
5.18.1 - Privacy Manifest
1 week ago
See [all tickets marked for the 5.18.1 release](https://github.com/SDWebImage/SDWebImage/milestone/120) ### Project - Added the visionOS support for "Build XCFramework" script target #3598 - Added xcprivacy to framework target and SPM #3600 ### Fixes - Fix the JFIF image orientation bug (which does not use EXIF but JFIF metadata) #3597 ### Warnings - Fix one warning because local variable shadows the variable outside of block #3599
5.18.0 - VisionOS and more
2 weeks ago
See [all tickets marked for the 5.18.0 release](https://github.com/SDWebImage/SDWebImage/milestone/119) ### VisionOS - Support to build for visionOS (no package manager support) #3556 - - Note this does not include CocoaPods/SwiftPM support. You need Xcode 15+ Beta to open SDWebImage project and build by yourself ### Features #### UI Category - Added SDWebImageAvoidAutoCancelImage to avoid cancel loading image requests for the same operation key #3592 @mTz0206 - Add better support for stateful view (UIButton) for image URL/progres s state management #3576 #### Downloader - Fix redundant requests for the same url during decoding time #3572 @Mervin1024 #### Decoder - Expose the data and format when SDAnimatedImageRep created with APNG/GIF/WebP/HEICS #3573 - Fix the CGImageCreateScaled to support 16/32 bit depth CGImage (RGB161616) and always preserve pixel format info #3575 ### Fixes - Add extra check for empty data during URLSession data callback #3587
5.17.0 - Reduce RAM with Force Decode
9 weeks ago
See [all tickets marked for the 5.17.0 release](https://github.com/SDWebImage/SDWebImage/milestone/118) ### Performance - Refactory the logic to handle force decode logic to avoid CA copy frame buffer, introduce SDImageForceDecodePolicy detailed control #3559 #3417 - - This fix the issue that non-ImageIO coder (means, WebPCoder) will cause CA to copy bitmap buffers and increase memory usage. - - You can still custom the behavior using the new `SDImageForceDecodePolicy`, defaults to automatic. - For coder plugin who want to opt-in to avoid `CA::copy_image`, use the new `preferredPixelFormat:` and do byte alignment and colorspace convert. ### Fixes - Fix macOS bug that SDImageCoderDecodeScaleDownLimitBytes still use the AnimatedImageRep and beyond the byte limit #3561 - Change macOS `sd_colorAtPoint/sd_colorsWithRect` which may loss colorspace information. Now it correctly convert to sRGB colorspace always. - Fix the CGImageCreateScaled to support 16/32 bit depth CGImage (RGB161616) and always preserve pixel format info #3575
5.16.0 - Limit Bytes && Frame Pool
15 weeks ago
See [all tickets marked for the 5.16.0 release](https://github.com/SDWebImage/SDWebImage/milestone/116) ### Features #### Animated Image - Performance: Introduce frame pool for SDAnimatedImage playback. Solve when multiple image view references the same URL image cause un-wanted decode which waste RAM/CPU #3524 - - Note this currently does not expose the frame pool API. Fire issue if you're facing issues about this change. #### Decoder - Introduce the automatically calculation of thumbnail (include animated/static image) using SDImageCoderDecodeScaleDownLimitBytes #3537 - - This calculation of the UIKit-based animated image frame count as well (only `UIAnimatedImage`, not `SDAnimatedImage`, because `SDAnimatedImage` manage frames dynamically). Fire issue if you're facing issues about this change. - - The `.scaleDownLargeImages` implementation has switched to use this instead of `.thumbnailPixelSize` (5.5.0 - 5.16.0) - - Note this introduce new API and need Coder Plugin update (like WebP/AVIF) ### Documentations - Update some comments to allows SwiftDocC generate better page #3547
5.15.8 - Fix macOS Crash
18 weeks ago
See [all tickets marked for the 5.15.8 release](https://github.com/SDWebImage/SDWebImage/milestone/117) ### Fixes - Try to fix macOS SDDisplayLink crash because of accessing the deallocated objc pointer during CVDisplayLinkRef callback #3531 ### Changes - Update the implementation SDScaledImageForScaleFactor to support SDAnimatedImage #3535
5.15.7 - Fix Crash
19 weeks ago
See [all tickets marked for the 5.15.7 release](https://github.com/SDWebImage/SDWebImage/milestone/115) ### Fixes - Try to solve the strange dispatch group crash in SDSafeExecute by removing inline #3526 ### Performance - Opt when multiple same URLs queried in parallel, which may cause duplicated decode and store disk operation #3523
5.15.6 - Fix watchOS
21 weeks ago
See [all tickets marked for the 5.15.6 release](https://github.com/SDWebImage/SDWebImage/milestone/114) ### Performance - Small improvements to SDDiskCache write perf #3517 - - Note this slightly change the behavior when you manual grab the `SDImageCache.diskCachePath` and remove it without creating new directory, next disk cache write operation will fail, before the restart of App. ### Fixes - Revert the SDDisplayLink for watchOS, fix the animated image duration bug #3520 #3511 ### Warnings - Fix the warning of C function with no param #3519
5.15.5 - Fix
28 weeks ago
See [all tickets marked for the 5.15.5 release](https://github.com/SDWebImage/SDWebImage/milestone/113) ### Fixes - Protect the disk operation when input key is nil and cause exception #3505 #3504 - Fix the blur effect logic by avoid color convert and always use three box-blur methodology #3506
5.15.4 - Hotfix
30 weeks ago
See [all tickets marked for the 5.15.4 release](https://github.com/SDWebImage/SDWebImage/milestone/112) ### Fixes - Fix the crash because of wrong usage of NS_NOESCAPE for SDCallbackQueue async block, should matching DispatchQueue #3500 - - This crash only occurs in specified version of clang compiler. But still recommended to update
5.15.3 - Promotion Fix
30 weeks ago
See [all tickets marked for the 5.15.3 release](https://github.com/SDWebImage/SDWebImage/milestone/111) ### Fixes - Fix the issue when multiple request for same url failed, the completedBlock will callback more times #3497 #3493 - Try to fix the SDAnimatedImageView playback speed issue in Promotion devices (iPhone Pro) #3496 #3491
iOS macOS watchOS tvOS
SDWebImage/SDWebImageSwiftUI 3.0.0-beta
SwiftUI Image loading and Animation framework powered by SDWebImage
⭐️ 1,788
🕓 2 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
3.0.0 Beta - VisionOS and iOS 14+
2 weeks ago
### Added - (Part 1) Support compile for visionOS (no package manager support) #267 ### Changed - Drop iOS 13/macOS 10.15/tvOS 13/watchOS 6 support #250 - ProgressIndicator and ActivityIndicator is removed. Use `ProgressView` instead - Availability is changed to iOS 14/macOS 11/tvOS 11/watchOS 7 - Embed `SwiftUIBackports` dependency is removed.
2.2.3 - Fix compile on Xcode 14.3
21 weeks ago
### Project - Fix the issue that Static Library + Library Evolution cause the build issue on Swift 5.8 #263
2.2.2 - Fix isAnimating
38 weeks ago
### Fixed - Fix the bug that isAnimating control does not works on WebImage #251 - Note you should upgrade the SDWebImage 5.14.3+, or this may cause extra Xcode 14's runtime warning (function is unaffected)
2.2.1 - Fix WebImage CPU usage
51 weeks ago
### Fixed - Fix the nil url always returns Error will cause infinity onAppear call and image manager to load, which waste CPU #235 - Fix the case which sometimes the player does not stop when WebImage it out of screen #236 - Al v2.2.0 users are recommended to update
2.2.0 - Fix iOS 13 && @State
52 weeks ago
### Fixed - Fix iOS 13 compatibility #232 - Fix WebImage/Animated using `@State` to publish changes - Al v2.1.0 users are recommend to update ### Changed - ImageManager API changes. The init method has no args, use `load(url:options:context:)` instead
2.1.0 - StateObject and fix iOS 16 warnings
1 year ago
### Fixed - Refactor WebImage/AnimatedImage using SwiftUIBackports and StateObject #227 - Fix iOS 16 undefined behavior warnings because of Publishing changes from within view updates. - Fix iOS 14+ WebImage behavior using `@StateObject` (and backport on iOS 13) ### Changed - The `IndicatorReportable` is misused and removed. Use `IndicatorStatus` instead. - Deprecate iOS 13 support, this may be the last version to support iOS 13.
2.0.2 - Fix WebImage edge cases
2 years ago
### Fixed - Fix the issue that using `Image(uiImage:)` will result wrong rendering mode in some component like `TabBarItem`, while using `Image(decorative:scale:orientation:)` works well #177 ### Changed - Remove the WebImage placeholder maxWidth/maxHeight modifier, this may break some use case like `TabView`. If user want to use placeholder, limit themselves #178 #175
2.0.1 - Fix WebImage animation
2 years ago
### Fixed - Fix the rare cases that WebImage will lost animation when visibility changes. #171
2.0.0 - iOS 14/SwiftUI 2.0 compatible
2 years ago
This is the second major version. Which fix many issues with iOS 14+'s SwiftUI behaviors. ### Added - Update with the playbackMode support for `WebImage` and `AnimatedImage` #168 - Update watchOS demo to watchOS 7, remove the custom indicator sample and use `ProgressView` instead #166 - Update the Example to make WebImage animatable by default #160 ### Fixed - Fix the issue sometime the `WebImage` appear/disappear logic wrong. Using UIKit/AppKit to detect the visibility #164 - Fix the leak of WebImage with animation and NavigationLink. #163 - Try to fix the recursive updateView when using AnimatedImage inside `ScrollView/LazyVStack`. Which cause App freeze #162 - Remove the fix for EXIF image in WebImage, which is fixed by Apple in iOS 14 #159 ### Changed - Bump the limit to Xcode 12, because we need new iOS 14+ APIs check #167 - Update the WebImage to defaults animatable #165 ### Removed - Remove the wrong design onSuccess API. Using the full params one instead #169
1.5.0 - Convenient transition duration API
3 years ago
### Added - Add the convenient API support to use SwiftUI transition with ease-in-out duration #116 - Update the Travis-CI to use Catalina and enable macOS test case #98
iOS macOS watchOS tvOS
SDWebImage/SDWebImageWebPCoder 0.13.0
A WebP coder plugin for SDWebImage, use libwebp
⭐️ 185
🕓 9 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.13.0 - Byte Alignment and reduce RAM
9 weeks ago
### Performance + Avoid force-decode by apply the byte alignment for static WebP images, using runtime detection for bitmap info #77 ### Project + Update the dependency for SDWebImage 5.17.0+
0.12.0 - Limit Bytes
14 weeks ago
### Feature - Added the support for 5.16.0+ limit bytes feature from SDWebImage Coder Plugin API #75 ### Fixes - Fix the CocoaPods issue on watchOS because no-auto-link CoreGraphics
0.11.0 - Thumbnail and encoding opt
27 weeks ago
### Performance + Reduce memory usage peak when using thumbnail animated WebP decoding and encoding #73
0.10.1 - Avoid extra copy
32 weeks ago
### Performance - Avoid unused extra copy of MutableData #71
0.10.0 - Adopt encodedWithFrames API
32 weeks ago
### Features - Adopt 5.15.0's encodedDataWithFrames API #70 - Dump dependency of SDWebImage to 5.15.0+
0.9.1 - Fix incremental thread safe issue
1 year ago
### Bugfix - Fix the thread safe issue for accessing array with index, which may happend during incremental decoding #68
0.9.0 - Fix maxPixelSize (0.9.x)
1 year ago
### Bugfix - Fix the encoding maxPixelSize logic using 5.13.0 API #65
0.8.5 - Fix maxPixelSize
1 year ago
### Bugfix - Fix the encoding maxPixelSize logic (patch) #66
0.8.4 - Carthage XCFramework
2 years ago
### Project - Update framework search paths to find XCFrameworks #57
0.8.3 - Fix WebP encoding leak for 0.8.2
2 years ago
This is an important fix for 0.8.2, all 0.8.2 users are recommended to upgrade ### Fixes - Fix the encoding leak when input CGImage is not RGBA8888 or RGB888 #54
iOS macOS watchOS tvOS
SDWebImage/SDWebImageSVGCoder 1.7.0
A SVG coder plugin for SDWebImage, using Apple's built-in framework
⭐️ 92
🕓 19 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.7.0 - Catch common exceptions to avoid crash
19 weeks ago
### Fixes - Using try-catch for CoreSVG vector image before rendering on screen, protect some crashes for user #44 Note: Some user report that Apple's CoreSVG has compatible issue for some SVGs (like using non-system Font, gradient), from v1.7.0 we protect some cases, but other exceptions are un-catchable. For these crashes, either use `Render SVG as bitmap image` (see below) or edit your SVG source file to make Apple's CoeSVG compatible.
1.6.1 - Fix aspect ratio
1 year ago
### Fixes - Fix preserve aspect bug #37
1.6.0 - Bitmap render SVG sizing support
2 years ago
### Features - Allow constraining bitmap on one length only (width or height) #28 - Update the calculation of bitmap image based on more complicated rules for most use cases #29
1.5.2 - Fix small SVG
3 years ago
### Fix - Make isSVGFormatForData work for small SVG strings #26 Thanks @marcprux
1.5.1 - Fix SVG thumbnail bitmap generation
3 years ago
### Fix - Fix the issue that SVG bitmap generation does not works well when thumbnail pixel size set to zero, fix the logic to calculate the transform #25
1.5.0 - Support SDWebImage 5.6.0
3 years ago
### Fix - Fix the compatible with SDWebImage 5.6.0 #19
1.4.0 - Support SDWebImage 5.5
3 years ago
### Features - Update to support SDWebImage 5.5's new `thumbnailPixelSize` option #18 ### Deprecation Deprecated the current SVG prefixed options: + SDWebImageContextSVGPrefersBitmap + SDWebImageContextSVGImageSize + SDWebImageContextSVGImagePreserveAspectRatio
Backward deployment
3 years ago
### Project - Add the available annoatation to support backward deployment #17
Fix CocoaPods Static Library issue
3 years ago
### Fixes - Fix the compatible issue when using the Static Library (CocoaPods) to install SDWebImage, also keep the module import for framework target
Hidden Symbol and Catalyst
3 years ago
### Project - Change to hidden the symbols and follows App Store Submit rule #14 - Add the support for mac Catalyst #15
iOS macOS watchOS tvOS
SDWebImage/SDWebImagePhotosPlugin 1.2.0
A SDWebImage plugin to support Photos framework image loading
⭐️ 52
🕓 2 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.2.0 - iOS 9+
2 years ago
### Project - Bump the Photos Loader into iOS 9+, match SDWebImage 5.10+ #22 ### Features - Added the convenience API to get URL representation from PHAsset object #21
1.1.0 - Support Thumbnail && Default Size Changes
3 years ago
### Features - Feature: Add the support to use thumbnail size for querying Photos Asset #15 ### Changes - Behavior changes - The default query image size now changed to PHImageManagerMaximumSize #16
1.0.1 - Fix CocoaPods Static Library issue
3 years ago
### Fixes - Fix the compatible issue when using the Static Library (CocoaPods) to install SDWebImage, also keep the module import for framework target
1.0 - Catalyst, API naming change without Web
3 years ago
### Changes: - Support mac Catalyst - Remove the SDWebImage prefix into the SDImage prefix, match the 5.0 version naming #13 - Change to use the ph:// URL format, to compatible with react-native-cameraroll #12
Request Video Asset
4 years ago
### Features - Add option to request other type of PHAsset like Video during loading #10
Swift Package Manager and Xcode 11
4 years ago
### Feature - Support Xcode 11 and Swift Package Manager #8
Allow using request image data API
4 years ago
### Features + Feature: add new context option to use request image data instead of request image API #7
Compatible for SDWebImage 5.0
4 years ago
## Fix + Fix some `PHAsset` local identifier may contains percent sign, which cause `NSURL` create failed. + Fix the loader protocol compatible issue with the official SDWebImage 5.0.0. ## Project + Upgrade the SDWebImage dependency to `~> SDWebImage 5.0`.
Upstream dependency update
4 years ago
## Project - Upgrade the upstream dependency SDWebImage to 5.0.0-beta4.
Carthage fix
4 years ago
## Fix Fix the Carthage build framework Module Name on macOS && tvOS. The name should now be just `SDWebImagePhotosPlugin` without any suffix.
iOS macOS tvOS
SDWebImage/libwebp-Xcode 1.3.2
A wrapper for libwebp + Xcode project. Support Carthage && CocoaPods && SwiftPM.
⭐️ 52
🕓 6 days ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.3.2 - CVE security
6 days ago
See: + https://stackdiary.com/critical-vulnerability-in-webp-codec-cve-2023-4863/ + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-1999
6 days ago
6 days ago
6 days ago
6 days ago
6 days ago
Snapshot of libwebp 1.2.1
1 year ago
Snapshot of libwebp 1.2.0
2 years ago
Snapshot of libwebp 1.1.0
3 years ago
Snapshot of libwebp 1.1.0-rc2
3 years ago
### Extra Changes - Support Swift Package Manager #3
iOS macOS watchOS tvOS
SDWebImage/SDWebImageAVIFCoder 0.10.1
A SDWebImage coder plugin to support AVIF(AV1 Image File Format) image
⭐️ 49
🕓 8 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.10.1 - HDR PQ ColorSpace Support
8 weeks ago
### Fixes - Quick hack to support 10 bit HDR AVIF using PQ transfer function... #55 - Fix some HDR contents can not render correctly using AVIFCoder #54
0.10.0 - Thumbnail AVIF(static/animated) and libavif update
18 weeks ago
### Features - Feature: Support thumbnail decoding for AVIF static/animated image #52 ### Project - Fix the compile issue with libavif 0.11.0+ by removing the limit alpha range check #51
0.9.5 - Fix decode failure cleanup issue
33 weeks ago
### Fixes - fix animated avif decode failed, os_unfair_lock crash #47 - fix double free memory issue when vImageConvert failed
0.9.4 - Fix leak and include
39 weeks ago
### Fixes - fix decode animated image leak #46 - fix include internal #41
0.9.3 - Fix Leak and Crash
1 year ago
### Fixes - Fix ICC profile, buffer and AVIF encoding memory leak #40
0.9.2 - Fix SwiftPM
1 year ago
### Project - Fix the build of SwiftPM which use the wrong umbrella header #34
0.9.1 - Fix leak
1 year ago
### Fixes - Fix the avifDecoder memory leak #32
0.9.0 - AVIF Animation!
2 years ago
### Feature + Feature support avifs animation #31
0.8.2 - Support libavif 0.9.1+
2 years ago
### Project + Support libavif 0.9.1 #30
0.8.1 - Support libavif 0.8.2+
2 years ago
### Project + Support libavif 0.8.2+ #29
iOS macOS watchOS tvOS
SDWebImage/SDWebImageLottieCoder 0.2.0
A Lottie animation coder which use SDAnimatedImageView instead of LOTAnimationView for bitmap rendering
⭐️ 36
🕓 2 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.2.0 - Fix cache issue and iOS 9+
2 years ago
### Fixes - Fix the issue that rlottie use the same cache key for different json data, which cause the wrong frame and index #6 ### Proejct - Bumped the min deployment target to iOS 9+, Xcode to Xcode 11 #5
0.1.0 - Initial version
2 years ago
### Note This version contains bug that can not render different JSON data at the same time. Use 0.2.0 instead.
iOS macOS watchOS tvOS
SDWebImage/SDWebImageHEIFCoder 0.10.1
A SDWebImage coder plugin to support HEIF image without Apple's Image/IO framework
⭐️ 33
🕓 2 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.10.1 - Fix CMYK encoding
2 years ago
### Fixes - Fix the compatible for CMYK image for HEIF encoding #22
0.10.0 - iOS 9+/Xcode 11+
2 years ago
### Project - Bumped the min deployment target to iOS 9+, Xcode to Xcode 11 #21
0.9.0 - Embed Thumbnail
3 years ago
### Features - Added the support to use HEIF embed thumbnail, the current thumbnail pixel size is 320x320 #20
0.8.0 - Thumbnail Encoding && Max File Size
3 years ago
### Features - Feature support thumbnail encoding && max file size for HEIF #18 ### Performance - Performance remove the bitmap copy during encoding #19 ### Fixes - Fix the HEIF Encoding issue because of byte alignment, which cause encoding image wrong #17
0.7.0 - Support Thumbnail Decoding
3 years ago
### Features - HEIFCoder now supports the thumbnail decoding #16 ### Project - Update the dependency of libheif && SDWebImage
Support Swift Package Manager
3 years ago
### Features - Add support for Swift Package Manager #15
Fix the compatible for libheif 1.5.0
4 years ago
### Fix + Fix the wrong calculation of bitDepth of HEIF encoding for non-alpha image, compatbile for libheif 1.5.0 #14
[Important] Fix iPhone crash on real device
4 years ago
### Fix + https://github.com/SDWebImage/SDWebImageHEIFCoder/pull/12 The impacted version from 0.5.1 - 0.5.2
Fix the crash
4 years ago
### Fix + Revert the changes to free the bitmap buffer. Fix the crash due the double-freed buffer #10
Supports 10/12 bit HDR HEIF images
4 years ago
### Feature + Support 10bit 12bit HEIF HDR images #9
iOS macOS watchOS tvOS
SDWebImage/SDWebImageFLPlugin 0.6.0
A SDWebImage plugin to support GIF using FLAnimatedImage and category
⭐️ 25
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.6.0 - SwiftPM
1 year ago
### Project - Add SPM support #16
0.5.0 - iOS 9+/Xcode 11+
2 years ago
### Project - Bumped the min deployment target to iOS 9+, Xcode to Xcode 11 #13
0.4.0 - Support SDWebImage 5.6.0
3 years ago
### Changes - Fix the nullability of animatedImage property, it can be nullable in some cases. #8 - Override the UIImage+Metadata category method to provide the correct value for SDFLAnimatedImage #9
Compatible for SDWebImage 5.0
4 years ago
## Project + Upgrade the SDWebImage dependency to `~> SDWebImage 5.0`
Adopt memory cache cost function
4 years ago
## Fix + Adopt SDWebImage's memory cache cost function, fix the nullable issue #7
Custom image class && Carthage support
5 years ago
### Feature Add `SDFLAnimatedImage` custom image class for GIF loading. Drop the `SDFLAnimatedCoder` usage. #3 Note: Now you don't need to register coder. Just import the framework and start using. ### Project Fully support Carthage (use v0.30.1 above) #6
API refine && Performance enhancement
5 years ago
### Feature Move the `sd_optimalFrameCacheSize` && `sd_predrawingEnabled` property from imageView level to context option level. This allows user to specify GIF image options for each image request. ### Performance Enhance FLAnimatedImage decoding performance by using custom coder for GIF images #2 ### Fix Fix some header issues.
Initial Realse
5 years ago
The first beta version to be compatible for SDWebImage 5.0.0-beta. The original code are from SDWebImage/GIF 4.4.1.
iOS
SDWebImage/SDWebImagePDFCoder 1.0.0
A PDF coder plugin for SDWebImage, using Apple's built-in framework
⭐️ 23
🕓 44 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.0.0 - PDF export and upstream update
44 weeks ago
### Features + Support to encode as new PDF with bitmap image #11 + Upgrade dependency of SDWebImage to 5.14.1+ #10 This upgrade can reduce code size because SDWebImage core supports PDF decode now
0.8.0 - iOS 9+/Xcode 11
2 years ago
### Project - Bumped the min deployment target to iOS 9+, Xcode to Xcode 11 #9
0.7.0 - Support SDWebImage 5.6.0
3 years ago
### Fix - Fix the compatible with SDWebImage 5.6.0 #8
0.6.0 - Support SDWebImage 5.5
3 years ago
### Features - Update to support SDWebImage 5.5's new `thumbnailPixelSize` option #6 ### Deprecation Deprecated the current PDF prefixed options: - SDWebImageContextPDFPrefersBitmap - SDWebImageContextPDFImageSize - SDWebImageContextPDFImagePreserveAspectRatio
Fix CocoaPods Static Library issue
3 years ago
### Fixes - Fix the compatible issue when using the Static Library (CocoaPods) to install SDWebImage, also keep the module import for framework target
Hidden Symbol and Catalyst
3 years ago
### Project - Changing the PDF symbol naming with the encoded string instead #3 - Add support for Catalyst #4
watchOS and SwiftPM!
3 years ago
### Features + watchOS platform support #2 + SwiftPM support #2
Supports PDF data export
4 years ago
### Feature + Support to export the PDF data for iOS && macOS. iOS need iOS 11+ for keeping vector format. #1
Compatible for SDWebImage 5.0
4 years ago
## Project + Upgrade the SDWebImage dependency to `~> SDWebImage 5.0`
Upstream dependency update && Fix Carthage
4 years ago
## Fix - Upgrade the upstream dependency to 5.0.0-beta4. Fix the compile issue. - Fix the Carthage install module name. Which should be just `SDWebImagePDFCoder` without any suffix.
iOS macOS watchOS tvOS
SDWebImage/SDWebImageLottiePlugin 1.0.0
SDWebImage integration with Lottie Animation using remote JSON files
⭐️ 18
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.0.0 - Lottie 3 && pure Swift
1 year ago
### Importance This release bump the dependency from Lottie v2 to Lottie v3.4 Because Lottie 3 use pure Swift, so do we. The Objective-C support was removed Because Lottie 3 deployment is iOS/tvOS 11+, so do we. For lower version, please use the 0.x version ### Migration For Lottie migration, please check [Lottie's migration guide](http://airbnb.io/lottie/#/ios-migration) For usage, please check the README.md for example. Also check the Tests.swift for test cases. ### Features - Now it's time to move to Lottie 3.4, which solve the performance issue #7
0.3.0 - iOS 9+/Xcode 11+
2 years ago
### Project - Bumped the min deployment target to iOS 9+, Xcode to Xcode 11 #3
0.2.0 - Support Lottie Bundle
3 years ago
### Features - Add the support to provide the NSBundle during lottie URL loading #2
0.1.0 - Initial version
3 years ago
### Features - Support load Lottie JSON files into LOTAnimatedImageView - Support generate bitmap of specify animation frame - Use Lottie 2.5+
iOS macOS tvOS
SDWebImage/SDWebImageSVGKitPlugin 1.4.0
A SDWebImage plugin to support SVG with SVGKit and category
⭐️ 16
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.4.0 - Support SwiftPM
1 year ago
### Project - Add SPM support #10 - Bump the dependency of SVGKit to 3.0.0
1.3.0 - iOS 9+/Xcode 11+
2 years ago
### Project - Bumped the min deployment target to iOS 9+, Xcode to Xcode 11 #9
1.2.0 - Support SDWebImage 5.6.0
3 years ago
### Changes - Override the UIImage+Metadata category method to provide the correct value for SDSVGKImage #5 ### Fix - Fix the compatible with SDWebImage 5.6.0 #5
1.1.0 - Support SDWebImage 5.5
3 years ago
### Features - Update to support SDWebImage 5.5's new `thumbnailPixelSize` option #4 ### Deprecation Deprecated the current SVG prefixed options: + SDWebImageContextSVGPrefersBitmap + SDWebImageContextSVGImageSize + SDWebImageContextSVGImagePreserveAspectRatio
SVGKit migration version, based on v0.3.0
3 years ago
# Important This repo is migrated from [SDWebImageSVGCoder](https://github.com/SDWebImage/SDWebImageSVGCoder/releases/tag/0.3.0) v0.3.0 version. The API is renamed with `SDWebImageSVGCoder` -> `SDWebImageSVGKCoder`, to avoid conflict with the new 1.0.0 version of SVGCoder.
iOS macOS tvOS
SDWebImage/librlottie-Xcode 0.2.1
A wrapper for librlottie + Xcode project. Support Carthage && CocoaPods && SwiftPM.
⭐️ 15
🕓 2 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.2.1 - Patch
2 years ago
### Project - Fix the compile issue on Xcode 12 because of watchOS 2 simulator does not support thread local - Disable the lottie model cache, there are no C-API to disable the cache which may cause OOM on iOS platform - Upstream commit `3cd0015`
iOS macOS watchOS tvOS
SDWebImage/libde265-Xcode 1.0.9
A wrapper for libde265 + Xcode project. Support Carthage && CocoaPods && SwiftPM.
⭐️ 13
🕓 48 weeks ago
iOS macOS watchOS tvOS
SDWebImage/SDWebImageVideoCoder 0.2.0
A toy (non-production) SDWebImage coder plugin to play Video Format like MP4 on Animated Image View
⭐️ 13
🕓 2 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.2.0 - SwiftPM/iOS 9+
2 years ago
### Project - Added SwiftPM support #3 - Bumped the min deployment target to iOS 9+, Xcode to Xcode 11 #2
Fix CocoaPods Static Library issue
3 years ago
### Fixes - Fix the compatible issue when using the Static Library (CocoaPods) to install SDWebImage, also keep the module import for framework target
Initial version
3 years ago
### Features - Supports using MP4/MOV video url to load animated images into UIImageView - Supports using AVAssetImageGenerator to play with animated player
iOS macOS tvOS
SDWebImage/libavif-Xcode 0.11.2-rc1
A wrapper for libavif + Xcode project. Support Carthage && CocoaPods && SwiftPM.
⭐️ 13
🕓 8 weeks ago
iOS macOS watchOS tvOS
SDWebImage/SDWebImageSVGNativeCoder 0.1.1
SVG-Native (SVG OpenType) image coder plugin for SDWebImage
⭐️ 11
🕓 50 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.1.1 - Fix SwiftPM
50 weeks ago
### Projects - Fix the import from SwiftPM && CocoaPods #4
0.1.0 - Initial Release
50 weeks ago
### Features - Use Adobe svgnative to draw Bitmap version of SVG-Native (no CSS support)
iOS macOS watchOS tvOS
SDWebImage/libheif-Xcode 1.12.0
A wrapper for libheif + Xcode project. Support Carthage && CocoaPods && SwiftPM.
⭐️ 8
🕓 1 year ago
iOS macOS watchOS tvOS
SDWebImage/SDWebImagePINPlugin 0.3.0
A SDWebImage plugin to integrate PINCache for custom image caching
⭐️ 6
🕓 2 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.3.0 - SwiftPM && iOS9+
2 years ago
### Project - Added SwiftPM support #3 - Bumped the min deployment target to iOS 9+, Xcode to Xcode 11 #2 ### Changes - Sync the SDImageCache logic from SDWebImage 5.10.0 #4
0.2.0 - Supports watchOS on Carthage
3 years ago
### Project - Added the support for watchOS on Carthage. Update the dependency to 3.0.1 #1
0.1.0 - Initial version
3 years ago
### Features - Supports to use PINCache 3.x version to replace SDWebImage's built-in cache implementation
iOS macOS watchOS tvOS
SDWebImage/libaom-Xcode 3.0.0
A wrapper for libaom + Xcode project. Support Carthage && CocoaPods && SwiftPM.
⭐️ 5
🕓 18 weeks ago
SDWebImage/libdav1d-Xcode 1.2.0
A wrapper for libdav1d + Xcode project. Support Carthage && CocoaPods.
⭐️ 5
🕓 18 weeks ago
iOS macOS watchOS tvOS
SDWebImage/libvmaf-Xcode 2.3.1
A wrapper for libvmaf + Xcode project. Support Carthage && CocoaPods.
⭐️ 2
🕓 19 weeks ago
iOS macOS watchOS tvOS
SDWebImage/SVT-AV1-Xcode 0.8.7
A wrapper for SVT-AV1 + Xcode project. Support SwiftPM && CocoaPods.
⭐️ 1
🕓 2 years ago
SDWebImage/svgnative-Xcode 0.1.0-beta
Integrate svg-native-viewer library with Xcode project. Support Carthage && CocoaPods && SwiftPM.
⭐️ 0
🕓 1 year ago
iOS macOS watchOS tvOS
SDWebImage/libgav1-Xcode 0.16.3
A wrapper for libgav1 + Xcode project. Support SwiftPM && CocoaPods.
⭐️ 0
🕓 2 years ago

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics