Commit Graph

214 Commits

Author SHA1 Message Date
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
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