Skip to content

Conversation

dreampiggy
Copy link
Contributor

New Pull Request Checklist

  • I have read and understood the CONTRIBUTING guide

  • I have read the Documentation

  • I have searched for a similar pull request in the project and found none

  • I have updated this branch with the latest master to avoid conflicts (via merge from master or rebase)

  • I have added the required tests to prove the fix/feature I am adding

  • I have updated the documentation (if necessary)

  • I have run the tests and they pass

  • I have run the lint and it passes (pod lib lint)

This merge request fixes / refers to the following issues: ...

Pull Request Description

This effect the thumbnail decoding (which produce non-lazy CGImage, but accidentally been force decoded)

@dreampiggy dreampiggy added performance thumbnail Thumbnail Decoding labels Aug 2, 2024
@dreampiggy dreampiggy added this to the 5.19.6 milestone Aug 2, 2024
…oding for lazy image

This effect the thumbnail decoding (which produce non-lazy CGImage, but accidentally been force decoded)
@dreampiggy dreampiggy force-pushed the performance/better_lazy_cgimage_detection branch from d614e56 to ecedea2 Compare August 2, 2024 09:35
@dreampiggy dreampiggy force-pushed the performance/better_lazy_cgimage_detection branch from b819533 to 0df663c Compare August 7, 2024 06:47
@@ -123,11 +123,7 @@ - (void)testSDGraphicsImageRenderer {
#endif
expect(format.scale).equal(screenScale);
expect(format.opaque).beFalsy();
#if SD_UIKIT
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test case changes is because of #3735

@dreampiggy dreampiggy merged commit 87b7a9a into SDWebImage:master Aug 7, 2024
6 of 7 checks passed
@dreampiggy dreampiggy deleted the performance/better_lazy_cgimage_detection branch August 7, 2024 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance thumbnail Thumbnail Decoding
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants