Commit Graph

20 Commits

Author SHA1 Message Date
DreamPiggy 02595bc1d4 Fix the Animated WebP render logic used by SDAnimatedImageView. The current code do extra cost. Refactor it with more simple logic. 2019-01-27 15:04:11 +08:00
DreamPiggy 3f256df8c5 Update the CocoaPods && Carthage dependency to upstream SDWebImage 5.0.0-beta4. Bumped version to 0.1.1 2019-01-26 18:35:21 +08:00
DreamPiggy 94bec17c06
Merge pull request #5 from SDWebImage/bugfix_iccp_leak
Fix the potential leak of chunk iterator used for ICC Profile colorSpace check
2019-01-22 17:14:49 +08:00
DreamPiggy 3e0e45d313 Fix the potential leak of chunk iterator used for ICC Profile colorSpace check 2019-01-22 15:17:02 +08:00
kinarobin 18c620ab63
Merge pull request #4 from SDWebImage/bugfix_webp_icc_profile
Fix that WebP image with ICC Profile does not show color correctly, should use the profile colorspace instead of device colorspace
2019-01-18 16:48:12 +08:00
DreamPiggy 3ca6bb8735
Merge pull request #3 from SDWebImage/bugfix_workspace
Fix the issue of wrong workspace group
2019-01-11 18:53:44 +08:00
DreamPiggy da76f7f30c Fix the issue of wrong workspace group 2019-01-11 18:32:18 +08:00
DreamPiggy 5b8045f028 Fix that WebP image with ICC Profile does not show color correctly, should use the profile colorspace instead of device colorspace 2019-01-11 18:28:59 +08:00
Bogdan Poplauschi 2a736063f9
Merge pull request #2 from SDWebImage/remove_sd_webp_macro
Remove the extra SD_WEBP macro define. Since now we move to a dedicated repo
2018-09-18 17:59:56 +03:00
DreamPiggy f7f0e0a16a Remove the extra SD_WEBP macro define. Since now we move to a dedicated repo 2018-09-17 20:43:32 +08:00
Bogdan Poplauschi 69aedefc2b Fixed Travis CI by removing the double linking from SDWebImageWebPCoderTests to SDWebImageWebPCoder (one via CocoaPods and the other one direct)
Deleted the Example workspace - not needed
Cleaned up a bit the xcodeproj options
2018-09-08 21:39:39 +03:00
Bogdan Poplauschi 7539fa46ff Probably the tests were missing a link to the Core component - let's try this 2018-09-05 13:27:57 +03:00
Bogdan Poplauschi 74ad445735 Try to clean the derived data before running the tests. Also added codecov integration 2018-09-05 12:59:22 +03:00
Bogdan Poplauschi e83f42e7ad Added tests from the main project + Travis CI trigger 2018-09-05 12:47:13 +03:00
Bogdan Poplauschi 0ba845c46c File copyrights + updated watchos scheme 2018-09-05 11:58:37 +03:00
Bogdan Poplauschi 2fedc0680d Using Xcode 9.4 image for travis + trying a different simulator destination (maybe this fixes the build) 2018-08-29 17:41:45 +03:00
Bogdan Poplauschi fdb63dadff Fixed the build (had to update the example building command) 2018-08-29 15:35:36 +03:00
Bogdan Poplauschi 2e9be698a9 Fixing build - need to support all CocoaPods + Carthage imports, and apparently the previous format did not work properly, even though the result of has_include is correct, the compiler still sees the libwebp reference, so changed the order 2018-08-29 15:22:53 +03:00
Bogdan Poplauschi 27d6b50c98 Renamed project to `SDWebImageWebPCoder` - it matches the format for the other repos and, as a workaround:
- `SDWebImageWebPCoder.h` and `SDImageWebPCoder.h` can co-exist
2018-08-29 14:50:53 +03:00
Bogdan Poplauschi 091a6fd658 Initial checkin of the project - minimal code + docs + Travis CI script 2018-08-28 18:21:20 +03:00