Commit Graph

19 Commits

Author SHA1 Message Date
DreamPiggy 01f9d34996 Fix the macOS deployment target 2023-11-08 20:51:08 +08:00
DreamPiggy 835eb13e30 Change the encoding test into official macOS unit test
Added `testWebPEncodingWithICCProfile`
2023-11-08 18:17:07 +08:00
DreamPiggy 8113caf1b7 Fix the WebP encoding which loss the image's input color space
Should prefer to use input color space and only use device RGB as fallback
2023-11-08 17:44:21 +08:00
DreamPiggy a47710f9f2 Added macOS Demo for webp encoding test 2023-11-08 17:37:37 +08:00
DreamPiggy 99064f973c Added the support for 5.15.0+ limit bytes feature from SDWebImage Coder Plugin API 2023-06-14 17:13:59 +08:00
DreamPiggy 177434945d Refactory the workspace and test project path. Which share the same Podfile for Example and Tests, easy to install and cache friendly 2020-04-07 20:22:25 +08:00
DreamPiggy 6c2651bb25 Update the example and test case for the max file size 2020-04-07 20:20:06 +08:00
DreamPiggy 602184ee66 Using the WebPDemux API to support progressive animated WebP. This is less performance but at least works 2020-01-18 18:36:27 +08:00
DreamPiggy 9db3358eb0 WebPCoder now supports the thumbnail decoding 2020-01-16 22:12:43 +08:00
DreamPiggy 177343a714 Fix the warning of deprecated API `CGColorSpaceCreateWithICCProfile` 2019-10-02 17:04:50 +08:00
DreamPiggy 75f2dcf49a Update the SDWebImage dependency version to 5.0.0 official release 2019-04-02 22:25:19 +08:00
DreamPiggy 77f602f94e Fix the umbrella headers and modulemap for CocoaPods 2019-02-02 11:38:05 +08:00
DreamPiggy 97ff5b05da Update the README and example to the latest version, show SDAnimatedImageView usage 2019-01-28 00:01:10 +08: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 0ba845c46c File copyrights + updated watchos scheme 2018-09-05 11:58:37 +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