Commit Graph

75 Commits

Author SHA1 Message Date
DreamPiggy a4a5c57fc8 Update the Package.swift to use 1.1.0+ version of libwebp, not RC version 2020-01-07 18:25:04 +08:00
DreamPiggy 3e2d252aa9
Merge pull request #30 from SDWebImage/fix_static_webp_cgcontext_RAM
Fix the issue when WebP is static webp, the `SDAnimatedImageCoder` protocol implementation still create CGContext, this can reduce RAM usage
2020-01-07 16:20:00 +08:00
DreamPiggy 7cd404cccc Add test case to ensure that Static WebP does not create CGContext 2020-01-07 15:21:47 +08:00
DreamPiggy 6e88c64f4f Fix the issue when WebP is static webp, the `SDAnimatedImageCoder` protocol implementation still create CGContext, this can reduce RAM usage 2020-01-07 14:54:33 +08:00
DreamPiggy 9319f8714b Bumped version to 0.3.0 2019-12-27 14:49:25 +08:00
DreamPiggy a14f6eb29c
Merge pull request #28 from SDWebImage/swiftpm
Support Swift Package Manager (with libwebp v1.1.0-rc2)
2019-12-27 14:46:55 +08:00
DreamPiggy 6724998472 Fix one test case after SDWebImage 5.3.0 2019-12-27 14:23:36 +08:00
DreamPiggy 862dac6161 Update the Travis-CI script 2019-12-27 12:19:07 +08:00
DreamPiggy dc62982bbb Fix the platform limit in SwiftPM 2019-12-27 12:06:31 +08:00
DreamPiggy 0da097c43e Update the readme 2019-12-27 12:01:48 +08:00
DreamPiggy 9cd65354eb Support SwiftPM 2019-12-27 11:58:24 +08:00
DreamPiggy f17326681a Update the readme about detail coders usage, accept header modification, etc 2019-10-16 14:48:39 +08:00
DreamPiggy df820a080d Bumped version to 0.2.5 2019-10-02 17:09:39 +08:00
DreamPiggy ee74989194
Merge pull request #24 from SDWebImage/fix_warnings
Fix the warning of deprecated API `CGColorSpaceCreateWithICCProfile`
2019-10-02 17:08:20 +08:00
DreamPiggy 177343a714 Fix the warning of deprecated API `CGColorSpaceCreateWithICCProfile` 2019-10-02 17:04:50 +08:00
DreamPiggy d53b482d80 Bumped version to 0.2.4 2019-09-12 17:51:52 +08:00
DreamPiggy b4e72dd678
Merge pull request #23 from SDWebImage/fix_animated_webp_frame_blend_issue
Recheck the animated canvas calculation logic, fix the issue of that calculation
2019-09-12 17:50:56 +08:00
DreamPiggy 3e3b7e30b1 Recheck the animated canvas calculation logic, fix the issue of that calculation 2019-09-12 17:39:53 +08:00
Kinarobin c5b98c4b21
Merge pull request #22 from SDWebImage/fix_animated_webp_frame_blend_issue
Fix the Animated WebP coder the frame blend index calculation issue, he end condition should be only `endIndex` to match the behavior.
2019-09-12 12:06:27 +08:00
DreamPiggy 0bd6185484 Fix the Animated WebP coder the frame blend index calculation issue, the end condition should be only `endIndex` to match the behavior. 2019-09-12 11:36:20 +08:00
DreamPiggy 7fc66ec22f Bumped version to 0.2.3 2019-06-02 16:03:59 +08:00
DreamPiggy 0f0284d4c5
Merge pull request #17 from SDWebImage/fix_macOS_project_module_name
Update to fix the wrong product name `SDWebImageWebPCoder_macos.framework` for macOS on Carthage users
2019-06-02 16:03:18 +08:00
DreamPiggy 9f52375a7a Update to fix the wrong module name for macOS on Carthage users 2019-06-02 16:00:14 +08:00
DreamPiggy b0e4edb1b3 Bumped version to 0.2.2 2019-06-02 11:45:34 +08:00
DreamPiggy fb4b9e743e Using the framework import instead of module import to support project without clang module 2019-06-02 11:44:04 +08:00
DreamPiggy 299d1d7e5e
Merge pull request #15 from 0x0c/master
Fix the issue that could not compile SDWebImageWebPCoder when using CocoaPods with use_modular_header!
2019-06-02 11:40:19 +08:00
Akira 16ef0cf1a7 Use @import 2019-05-21 01:21:19 +09:00
Akira e51a2187ba Import UIKit. 2019-05-20 00:36:35 +09:00
DreamPiggy b5506c10ba Bumped version to 0.2.1 2019-05-15 13:16:02 +08:00
Kinarobin 0713611138
Merge pull request #14 from SDWebImage/bugfix_webp_blend_canvas
Fix the logic for Animated WebP images which contains a subsequence blend from the first frame, impact the `SDAnimatedImage`
2019-05-15 13:07:31 +08:00
DreamPiggy 5c4c284276 Add the test case to ensure this behavior 2019-05-14 22:43:17 +08:00
DreamPiggy c18c2c8757 Fix the logic for Animated WebP images which contains a subsequence blend from the first frame, impact the `SDAnimatedImage` 2019-05-14 20:50:17 +08:00
DreamPiggy e5c9608ed6 Bumped version to 0.2.0 2019-04-02 22:28:28 +08:00
DreamPiggy 75f2dcf49a Update the SDWebImage dependency version to 5.0.0 official release 2019-04-02 22:25:19 +08:00
DreamPiggy 3ac5de4c53 Add the test project in workspace, run pod install under both `Example` and `SDWebImageWebPCoderTests` folder to open 2019-04-01 22:03:39 +08:00
DreamPiggy f526d88969 Update color space filter comment when create icc profile color space 2019-04-01 21:18:15 +08:00
DreamPiggy d53056bfaa Bumped version to 0.1.5 2019-02-26 17:54:31 +08:00
DreamPiggy a46ca76b8c
Merge pull request #13 from SDWebImage/bugfix_webp_icc_monochrome
Fix the issue when WebP contains the ICC Profile with colorSpace other than RGB, which cause the CGImageCreate failed
2019-02-26 17:50:36 +08:00
DreamPiggy 1316f5b340 Fix the issue when WebP contains the ICC Profile with colorSpace other than RGB, which cause the CGImageCreate failed 2019-02-26 13:26:47 +08:00
DreamPiggy 4b256c033f Bumped version to 0.1.4 2019-02-21 20:46:37 +08:00
DreamPiggy 6f71fb09b4 Fix small typos 2019-02-21 20:45:40 +08:00
Kinarobin 6dcdec2d13
Merge pull request #12 from SDWebImage/bugfix_webp_icc_profile_crash
Fix that WebP with custom ICC Profile will randomly crash, because `CGColorSpaceCreateWithICCProfile` does not copy the ICC data pointer
2019-02-18 09:38:38 +08:00
DreamPiggy 92cb639713 Fix that WebP with custom ICC Profile will randomly crash, because `CGColorSpaceCreateWithICCProfile` does not copy the ICC data pointer, previous code cause a use-after-free issue 2019-02-16 16:06:24 +08:00
DreamPiggy b4b3504274 Bumped version to 0.1.3 2019-02-02 11:41:30 +08:00
DreamPiggy 4c103dd5ef
Merge pull request #11 from SDWebImage/bugfix_umbrella_headers
Fix the umbrella headers and modulemap for CocoaPods
2019-02-02 11:39:45 +08:00
DreamPiggy 77f602f94e Fix the umbrella headers and modulemap for CocoaPods 2019-02-02 11:38:05 +08:00
DreamPiggy 74c94cb5e7
Merge pull request #10 from SDWebImage/bugfix_revert_static_cgimage_check
Remove unnecessary CGImage check when encode first frame because UIAn…
2019-02-02 11:35:03 +08:00
DreamPiggy e54b276e57 Remove unnecessary CGImage check when encode first frame because UIAnimatedImage.CGImage return the first frame's CGImage 2019-02-02 11:34:11 +08:00
DreamPiggy 8ab4c5cd14 Update the README. Bumped version to 0.1.2 2019-01-28 17:31:20 +08:00
DreamPiggy ead68a0e31
Merge pull request #9 from SDWebImage/bugfix_encoding_first_frame
Fix the issue when provide a `UIAnimatedImage` and encode it into a static WebP failed
2019-01-28 17:21:42 +08:00