DreamPiggy
|
e1b4e5a2d4
|
Fix that `CGImageDestinationCreateWithData` 0 count arg will log a warning, this does not effect the encoding function.
|
2019-05-29 12:37:50 +08:00 |
kinarob
|
806e228867
|
Replace if judge with MAX() function in scale less 1
|
2019-04-26 16:35:54 +08:00 |
zhongwuzw
|
403820f89e
|
Remove unnecessary CGImage check when encode first frame
|
2019-01-29 22:07:43 +08:00 |
DreamPiggy
|
e303b7aed6
|
Update the test case to ensure the encoding options work
|
2019-01-28 13:57:55 +08:00 |
zhongwuzw
|
b1b48cca81
|
Remove kCGImageSourceShouldCache option when create image source
|
2018-09-05 22:07:34 +08:00 |
zhongwuzw
|
532a4d8229
|
Replace setValue:forKey with syntactic sugar
|
2018-07-24 10:09:57 +08:00 |
zhongwuzw
|
05889b6b9c
|
Replace valueForKey with objectForKey when access NSDictionary
|
2018-07-21 23:44:06 +08:00 |
DreamPiggy
|
6398eedce8
|
Rename `sd_UTTypeFromSDImageFormat` to `sd_UTTypeFromImageFormat`
|
2018-07-19 01:44:48 +08:00 |
DreamPiggy
|
d5b60c6b39
|
Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x
# Conflicts:
# CHANGELOG.md
# SDWebImage.podspec
# SDWebImage/FLAnimatedImage/FLAnimatedImageView+WebCache.m
# SDWebImage/SDImageCache.h
# SDWebImage/SDWebImageCoderHelper.m
# SDWebImage/SDWebImageCodersManager.m
# SDWebImage/SDWebImageCompat.m
# SDWebImage/SDWebImageGIFCoder.m
# SDWebImage/SDWebImageImageIOCoder.m
# SDWebImage/SDWebImageWebPCoder.m
# SDWebImage/UIImage+MultiFormat.h
# SDWebImage/UIImage+MultiFormat.m
# SDWebImage/UIView+WebCache.h
# SDWebImage/UIView+WebCache.m
# WebImage/Info.plist
|
2018-07-19 00:56:43 +08:00 |
zhongwuzw
|
b291351754
|
Replace __bridge_transfer with __bridge when convert from CFStringRef to NSString
|
2018-07-18 16:40:33 +08:00 |
DreamPiggy
|
a82a4e15b2
|
Renaming UIImage+WebCache to the correct naming UIImage+Metadata, make clear of the category usage
|
2018-06-25 13:52:46 +08:00 |
Bogdan Poplauschi
|
ebfe2cedc2
|
Merge pull request #2306 from dreampiggy/renaming_coder_protocol_and_coders
Renaming coder protocol and coders
|
2018-04-26 19:08:34 +03:00 |
DreamPiggy
|
6e5a0ea5f0
|
Rename Image/IO GIF APNG WebP coders to without `Web` prefix.
Rename `SDWebImageCodersManager` to `SDImageCodersManager`
|
2018-04-26 23:12:54 +08:00 |