DreamPiggy
|
a986a77734
Add better support for stateful view (UIButton) for image URL/progress state management
|
hace 2 años |
DreamPiggy
|
b5d712a378
Implements the Callback queue dispatch
|
hace 3 años |
DreamPiggy
|
6eacb15067
Add support for built-in ImageIO WebP codec for iOS 14/tvOS 14/macOS 11/watchOS 7
|
hace 5 años |
DreamPiggy
|
34b59d1f79
Fix the support for SDWebImageMapKit
|
hace 6 años |
DreamPiggy
|
d4782871e0
Fix the issue for Carthage/SwiftPM framework version symbols, this should match the framework name SDWebImage, or will get a link error when used
|
hace 6 años |
DreamPiggy
|
6ff83fde6b
Added SDGraphicsImageRenderer (which bridge to UIGraphicsImageRenderer on iOS 10+), prepare to replace old CGContext create code
|
hace 6 años |
DreamPiggy
|
46b0c4bae8
Use the NSCoding object instead of `NSData`, make it possible to directlly get the extended data from memory cache without unarhive by user.
|
hace 6 años |
DreamPiggy
|
7c8d3225c8
Rename the the extended data to bind it into the UIImage object, which make it compatible for memory cache
|
hace 6 años |
DreamPiggy
|
892a7ad892
Add the feature to allows advanced user to provided extended data associarted with image data, used for scale factor saving, rich link metadata saving, etc
|
hace 6 años |
DreamPiggy
|
b0d6825842
Fix the header of that animated player
|
hace 6 años |
DreamPiggy
|
34e736375e
Refactory to seperate the response modifier and data decryptor, one for HTTP response, one for Data decrypt.
|
hace 6 años |
DreamPiggy
|
68d73f4cb2
Add the response modifier and data decrypter, which allows user to provide a modified version of URL Response and image data, like Gzip or other encoding form
|
hace 6 años |
DreamPiggy
|
9b8712e04b
Add HEICCoder (HEIF naming is taken by SDWebImageHEIFCoder repo), supports animated HEICS format as well
|
hace 6 años |
DreamPiggy
|
2aa4e7d8a7
Refactory current GIF/APNG coder, use abstract base class `SDImageIOAnimatedCoder` for subclass to implements the required method.
|
hace 6 años |
DreamPiggy
|
26d1a95cca
Add SDWebImageOptionsProcessor, which can have a global control for both WebCache options and context option for image loading
|
hace 6 años |
DreamPiggy
|
b866c6aa97
Merge branch 'master' of https://github.com/SDWebImage/SDWebImage into 5.x
|
hace 7 años |
DreamPiggy
|
c95be0994e
Update the category's naming for memory cache cost, a little code enhancement to avoid NSNumber generation
|
hace 7 años |
zhongwuzw
|
3fbb7856e5
Transform protocol to category
|
hace 7 años |
DreamPiggy
|
025c5f833b
Expose the all image graphics methods to public method, make it easy for coder plugin user to reuse it instead of duplicate code
|
hace 7 años |
Bogdan Poplauschi
|
64123734c3
Move webp component (and libwebp dependency) to SDWebImage/SDWebImageWebPCoder
|
hace 7 años |
DreamPiggy
|
982ade8824
Remove all FLAnimatedImage from the Core SDWebImage repo. Move the code to SDWebImageFLPlugin repo
|
hace 7 años |
DreamPiggy
|
a82a4e15b2
Renaming UIImage+WebCache to the correct naming UIImage+Metadata, make clear of the category usage
|
hace 7 años |
DreamPiggy
|
f96c94ef7d
Renaming all `SDWebImageLoader` -> `SDImageLoader`
|
hace 7 años |
Bogdan Poplauschi
|
ebfe2cedc2
Merge pull request #2306 from dreampiggy/renaming_coder_protocol_and_coders
|
hace 8 años |
Bogdan Poplauschi
|
18ecf8f96e
Merge pull request #2305 from dreampiggy/renaming_coder_helper
|
hace 8 años |
DreamPiggy
|
6e5a0ea5f0
Rename Image/IO GIF APNG WebP coders to without `Web` prefix.
|
hace 8 años |
DreamPiggy
|
15bceab71c
Rename `SDWebImageCoder` to `SDImageCoder`.
|
hace 8 años |
DreamPiggy
|
9ee3dac978
Renaming `SDWebImageFrame` -> `SDImageFrame`. `SDWebImageCoderHelper` -> `SDImageCoderHelper`
|
hace 8 años |
DreamPiggy
|
e862ea1b8e
Rename all `SDWebImageTransformer` to `SDImageTransformer`
|
hace 8 años |
DreamPiggy
|
f81480189d
Add modulemap files for SDWebImage to support modular framework, move the WebP & GIF into subdirectory to make Podspec works
|
hace 8 años |