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 |
DreamPiggy
|
dbcd5b27d0
|
Fix the issue when provide a `UIAnimatedImage` and encode it into a static WebP failed. Add a backup check of image.images
|
2019-01-28 14:50:34 +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
|
22d83f764e
|
Merge pull request #8 from SDWebImage/bugfix_leak
Fix one leak of vImageConvertor
|
2019-01-27 23:15:08 +08:00 |
DreamPiggy
|
cf7981a3b4
|
Fix one leak of vImageConvertor
|
2019-01-27 21:02:18 +08:00 |
DreamPiggy
|
3060843fe1
|
Merge pull request #7 from SDWebImage/bugfix_webp_animtion_render_logic
Fix the Animated WebP render logic used by SDAnimatedImageView.
|
2019-01-27 16:21:41 +08:00 |
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 |