SDWebImage / SDWebImage Public
master
Commits on Mar 16, 2022
-
Merge pull request #3334 from dreampiggy/bugfix_force_decode_use_imag…
…e_renderer_and_argb8888 Workaround iOS 15+ force decode again using Image Renderer(preferred) and RGB888
-
Unify the colorspace on macOS/watchOS choosen for draw to use sRGB fi…
…rstly Remove the unused OS version check
Commits on Mar 15, 2022
-
Update the test case, now when using force decode, the image orientat…
…ion is always UP
-
Update AppKit SDGraphics convenient API to use main screen colorspace
Update macOS demo URL as well
-
Fix the false decode implementation using the ImageRenderer instead o…
…f directly create CGContext
Commits on Mar 8, 2022
-
Merge pull request #3332 from dreampiggy/workaround_prefer_input_cgim…
…age_bitmap_info Workaround the iOS 15+ Force Decode may return black image because of CoreGraphics
Commits on Mar 4, 2022
-
Update the test case again for checking non-blank image
lizhuoli committedMar 4, 2022 -
Update the test case and use Xcode 13.2.1 with iOS 15.3+ simulator
lizhuoli committedMar 4, 2022
Commits on Mar 3, 2022
-
Fix the test case by adding a little inaccuracy for blur effect result
lizhuoli committedMar 3, 2022 -
Fix the iOS 15+ draw image blank because that CoreGraphics may not tr…
…anscode on BGRX8888 pixel format context
lizhuoli committedMar 3, 2022 -
Fix the some transform test case does not check the color hex
lizhuoli committedMar 3, 2022 -
Merge pull request #3327 from soondl/fix/imageView_blink_diskDataSync
Fix imageView blinks with option 'SDImageCacheQueryDiskDataSync'
Commits on Feb 20, 2022
Commits on Jan 27, 2022
-
Merge pull request #3321 from ty0x2333/fix_scale_down_image
Fix #3320 `decodedAndScaledDownImageWithImage` does not render the image completely
Commits on Jan 26, 2022
Commits on Jan 25, 2022
-
Fix the bug that
decodedAndScaledDownImageWithImage
does not render…… the image completely due to the loss of precision.
Commits on Jan 19, 2022
-
Merge pull request #3318 from zakishaheen/patch-1
update URL for SDWebImageSVGKitPlugin in readme
-
Commits on Dec 31, 2021
-
Merge pull request #3312 from JPlay/fix_animated_image_total_duration…
…_calculate fix: Eliminates accumulated floating point errors.
Commits on Dec 30, 2021
-
fix: Eliminates accumulated floating point errors.
zhuoyan committedDec 30, 2021
Commits on Nov 26, 2021
Commits on Nov 25, 2021
Commits on Oct 19, 2021
-
Merge pull request #3293 from dreampiggy/bugfix_image_loaders_can_req…
…uest Fix the support for `SDImageLoadersManager` for canRequest API check, should be compatible with both old and new API
Commits on Oct 18, 2021
-
lizhuoli committed
Oct 18, 2021 -
Fix the support for
SDImageLoadersManager
for canRequest API check,…… should be compatible with both old and new API
lizhuoli committedOct 18, 2021
Commits on Oct 15, 2021
Commits on Oct 12, 2021
-
Merge pull request #3290 from kinarobin/remove-useless-import-in-unif…
…orm-type Remove useless import with `UniformTypeIdentifiers `
-
-
Merge pull request #3282 from kinarobin/fix-warning-in-uttype
Since `UTI` is an standard, we can use it directly to avoid warning on iOS 15