Merge pull request #42 from SDWebImage/feature_webp_encoding_max_pixel_size
DreamPiggy
2020-04-13 11:30:43 +0800
8b935e7927Update the test case about maxPixelSize
DreamPiggy
2020-04-13 11:17:17 +0800
56ec346a0cAdd the support for maxPixelSize encoding options, which will do a thumbnail encoding (5.7's feature)
DreamPiggy
2020-04-13 11:09:26 +0800
878d64e3e1Use lock and copy the NSData before recreate the temp demuxer, avoid the extra copy for most cases, and use lock during the demuxer creation to avoid thread-safe issue
DreamPiggy
2020-04-13 01:20:18 +0800
92e55d4fd6Bumped version to 0.6.0
DreamPiggy
2020-04-07 20:59:03 +0800
Merge pull request #39 from SDWebImage/project_podfile_workspace
DreamPiggy
2020-04-07 20:52:00 +0800
9f415e90b0Fix the test scheme configuration
DreamPiggy
2020-04-07 20:38:49 +0800
177434945dRefactory the workspace and test project path. Which share the same Podfile for Example and Tests, easy to install and cache friendly
DreamPiggy
2020-04-07 20:22:25 +0800
Merge pull request #36 from SDWebImage/fix_max_file_size_passes
DreamPiggy
2020-04-07 19:46:38 +0800
6a0f5dc73cFix that the max file size encoding need to increase the passes used by libwebp, we choose to use 6 from cwebp command line
DreamPiggy
2020-04-07 19:45:33 +0800
Merge pull request #35 from SDWebImage/project_encoding_max_file_size_advanced_api
DreamPiggy
2020-04-07 18:20:22 +0800
a62950d23fUpgrade the dependency to SDWebImage 5.7, supports the maxFileSize encoding options, as well as enabling the thread-encoding for speedup
DreamPiggy
2020-04-07 16:59:59 +0800
eb6e84f855Fix the codecov upload issue, enable gather code coverage data
DreamPiggy
2020-01-27 18:36:14 +0800
d2286ce492Removed the un-stable test case to check isProgressive (there are race condition that after setImage, the isProgressive reset to NO)
DreamPiggy
2020-01-27 18:08:12 +0800
bf48c6c9aaFix the test case because of cache
DreamPiggy
2020-01-27 17:02:53 +0800
681023124bBumped version to 0.5.0
DreamPiggy
2020-01-18 20:19:28 +0800
8a0bd42053For progressive animated image poster, the sd_imageFormat should be set
DreamPiggy
2020-01-18 19:45:08 +0800
3f847ba6dcFix the issue that progressive image which show first poster image, the decode image size is wrong. Should always create CGContext for animated image
DreamPiggy
2020-01-18 19:42:35 +0800
1b22ee5e56Update the readme about the progressive animation decoding
DreamPiggy
2020-01-18 19:17:08 +0800
Merge pull request #33 from SDWebImage/feature_progressive_animated_webp
DreamPiggy
2020-01-18 19:11:07 +0800
b6f4692439Supports the UIImageView to show Prorgessive Animated Image's first poster frame, match the behavior of built-in coders
DreamPiggy
2020-01-18 18:43:56 +0800
602184ee66Using the WebPDemux API to support progressive animated WebP. This is less performance but at least works
DreamPiggy
2020-01-18 18:09:41 +0800
9f66a66f88Bumped version to 0.4.1
DreamPiggy
2020-01-18 18:33:56 +0800
Merge pull request #31 from SDWebImage/feature_thumbnail_decoding
DreamPiggy
2020-01-18 12:40:54 +0800
6726339690Re-implements the animated webp's thumbnail decoding, now looks better
DreamPiggy
2020-01-18 01:01:39 +0800
f6ff82be42The Animated WebP should not use the scaled canvas size, which will cause the draw frame contains Jagged and buggy. Instead, use the full pixels canvas to draw, scale down each frame after drawn (sadlly)
DreamPiggy
2020-01-18 00:36:47 +0800
72d1968d42Fix the animated canvas again, this time should work
DreamPiggy
2020-01-17 18:11:11 +0800
e3ba3abc3aUpdate the Test Case to ensure the thumbnail decoding works
DreamPiggy
2020-01-17 16:12:47 +0800
50136be56bFix the issue that animated image (which use a canvas) should also scale the canvas size
DreamPiggy
2020-01-17 16:12:27 +0800
9db3358eb0WebPCoder now supports the thumbnail decoding
DreamPiggy
2020-01-16 22:12:43 +0800
a936bdb6d1Bumped version to 0.3.1
DreamPiggy
2020-01-07 18:26:51 +0800
a4a5c57fc8Update the Package.swift to use 1.1.0+ version of libwebp, not RC version
DreamPiggy
2020-01-07 18:25:04 +0800
Merge pull request #30 from SDWebImage/fix_static_webp_cgcontext_RAM
DreamPiggy
2020-01-07 16:20:00 +0800
7cd404ccccAdd test case to ensure that Static WebP does not create CGContext
DreamPiggy
2020-01-07 15:21:47 +0800
6e88c64f4fFix the issue when WebP is static webp, the `SDAnimatedImageCoder` protocol implementation still create CGContext, this can reduce RAM usage
DreamPiggy
2020-01-07 14:54:33 +0800
9319f8714bBumped version to 0.3.0
DreamPiggy
2019-12-27 14:49:25 +0800
Merge pull request #22 from SDWebImage/fix_animated_webp_frame_blend_issue
Kinarobin
2019-09-12 12:06:27 +0800
0bd6185484Fix the Animated WebP coder the frame blend index calculation issue, the end condition should be only `endIndex` to match the behavior.
DreamPiggy
2019-09-12 11:36:20 +0800
7fc66ec22fBumped version to 0.2.3
DreamPiggy
2019-06-02 16:03:59 +0800
Merge pull request #14 from SDWebImage/bugfix_webp_blend_canvas
Kinarobin
2019-05-15 13:07:31 +0800
5c4c284276Add the test case to ensure this behavior
DreamPiggy
2019-05-14 22:43:17 +0800
c18c2c8757Fix the logic for Animated WebP images which contains a subsequence blend from the first frame, impact the `SDAnimatedImage`
DreamPiggy
2019-05-14 20:50:17 +0800
e5c9608ed6Bumped version to 0.2.0
DreamPiggy
2019-04-02 22:28:28 +0800
75f2dcf49aUpdate the SDWebImage dependency version to 5.0.0 official release
DreamPiggy
2019-04-02 22:25:19 +0800
3ac5de4c53Add the test project in workspace, run pod install under both `Example` and `SDWebImageWebPCoderTests` folder to open
DreamPiggy
2019-04-01 22:03:39 +0800
f526d88969Update color space filter comment when create icc profile color space
DreamPiggy
2019-04-01 21:18:15 +0800
d53056bfaaBumped version to 0.1.5
DreamPiggy
2019-02-26 17:54:31 +0800
Merge pull request #13 from SDWebImage/bugfix_webp_icc_monochrome
DreamPiggy
2019-02-26 17:50:36 +0800
1316f5b340Fix the issue when WebP contains the ICC Profile with colorSpace other than RGB, which cause the CGImageCreate failed
DreamPiggy
2019-02-26 13:26:47 +0800
4b256c033fBumped version to 0.1.4
DreamPiggy
2019-02-21 20:46:37 +0800
6f71fb09b4Fix small typos
DreamPiggy
2019-02-21 20:45:40 +0800
Merge pull request #12 from SDWebImage/bugfix_webp_icc_profile_crash
Kinarobin
2019-02-18 09:38:38 +0800
92cb639713Fix 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
DreamPiggy
2019-02-16 16:06:24 +0800
b4b3504274Bumped version to 0.1.3
DreamPiggy
2019-02-02 11:41:30 +0800
Merge pull request #10 from SDWebImage/bugfix_revert_static_cgimage_check
DreamPiggy
2019-02-02 11:35:03 +0800
e54b276e57Remove unnecessary CGImage check when encode first frame because UIAnimatedImage.CGImage return the first frame's CGImage
DreamPiggy
2019-02-02 11:34:11 +0800
8ab4c5cd14Update the README. Bumped version to 0.1.2
DreamPiggy
2019-01-28 17:29:41 +0800