Commit Graph

  • ead68a0e31
    Merge pull request #9 from SDWebImage/bugfix_encoding_first_frame DreamPiggy 2019-01-28 17:21:42 +0800
  • dbcd5b27d0 Fix the issue when provide a `UIAnimatedImage` and encode it into a static WebP failed. Add a backup check of image.images DreamPiggy 2019-01-28 14:50:34 +0800
  • 97ff5b05da Update the README and example to the latest version, show SDAnimatedImageView usage DreamPiggy 2019-01-28 00:00:34 +0800
  • 22d83f764e
    Merge pull request #8 from SDWebImage/bugfix_leak DreamPiggy 2019-01-27 23:15:08 +0800
  • cf7981a3b4 Fix one leak of vImageConvertor DreamPiggy 2019-01-27 21:02:18 +0800
  • 3060843fe1
    Merge pull request #7 from SDWebImage/bugfix_webp_animtion_render_logic DreamPiggy 2019-01-27 16:21:41 +0800
  • 02595bc1d4 Fix the Animated WebP render logic used by SDAnimatedImageView. The current code do extra cost. Refactor it with more simple logic. DreamPiggy 2019-01-27 14:45:31 +0800
  • 3f256df8c5 Update the CocoaPods && Carthage dependency to upstream SDWebImage 5.0.0-beta4. Bumped version to 0.1.1 DreamPiggy 2019-01-26 18:35:21 +0800
  • 94bec17c06
    Merge pull request #5 from SDWebImage/bugfix_iccp_leak DreamPiggy 2019-01-22 17:14:49 +0800
  • 3e0e45d313 Fix the potential leak of chunk iterator used for ICC Profile colorSpace check DreamPiggy 2019-01-22 15:17:02 +0800
  • 18c620ab63
    Merge pull request #4 from SDWebImage/bugfix_webp_icc_profile kinarobin 2019-01-18 16:48:12 +0800
  • 3ca6bb8735
    Merge pull request #3 from SDWebImage/bugfix_workspace DreamPiggy 2019-01-11 18:53:44 +0800
  • da76f7f30c Fix the issue of wrong workspace group DreamPiggy 2019-01-11 18:32:18 +0800
  • 5b8045f028 Fix that WebP image with ICC Profile does not show color correctly, should use the profile colorspace instead of device colorspace DreamPiggy 2019-01-11 13:32:55 +0800
  • 2a736063f9
    Merge pull request #2 from SDWebImage/remove_sd_webp_macro Bogdan Poplauschi 2018-09-18 17:59:56 +0300
  • f7f0e0a16a Remove the extra SD_WEBP macro define. Since now we move to a dedicated repo DreamPiggy 2018-09-17 20:43:32 +0800
  • 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 Bogdan Poplauschi 2018-09-08 21:39:39 +0300
  • 7539fa46ff Probably the tests were missing a link to the Core component - let's try this Bogdan Poplauschi 2018-09-05 13:27:57 +0300
  • 74ad445735 Try to clean the derived data before running the tests. Also added codecov integration Bogdan Poplauschi 2018-09-05 12:59:22 +0300
  • e83f42e7ad Added tests from the main project + Travis CI trigger Bogdan Poplauschi 2018-09-05 12:47:13 +0300
  • 0ba845c46c File copyrights + updated watchos scheme Bogdan Poplauschi 2018-09-05 11:58:37 +0300
  • 2fedc0680d Using Xcode 9.4 image for travis + trying a different simulator destination (maybe this fixes the build) Bogdan Poplauschi 2018-08-29 17:41:45 +0300
  • fdb63dadff Fixed the build (had to update the example building command) Bogdan Poplauschi 2018-08-29 15:35:36 +0300
  • 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 Bogdan Poplauschi 2018-08-29 15:22:53 +0300
  • 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 Bogdan Poplauschi 2018-08-29 14:50:53 +0300
  • 091a6fd658 Initial checkin of the project - minimal code + docs + Travis CI script Bogdan Poplauschi 2018-08-28 18:21:20 +0300