DreamPiggy
|
92a7ab93e0
Support decoding ISO HDR (avif/heic/jpeg-xl, etc) (#3778)
|
1 год назад |
DreamPiggy
|
c0cc245632
Update AppKit SDGraphics convenient API to use main screen colorspace
|
4 лет назад |
DreamPiggy
|
2c9eaccf23
Remove the `SDWebImageForceTransitionAsync`, change the default behavior because it's most suitable for UI rendering and common use case. No need this hack. If user want, we may produce a `setTransitionBlock` in the future
|
5 лет назад |
DreamPiggy
|
7bfd67a94f
Update the Example of WebP coder for iOS/macOS/tvOS/watchOS
|
5 лет назад |
DreamPiggy
|
aa3d2225db
Update the example with toggle animation button
|
6 лет назад |
DreamPiggy
|
9c28ce40a9
Update the Example for Appkit using the aligning and scaling layout
|
6 лет назад |
DreamPiggy
|
d67aebeeed
Fix that macOS indicator always use dynamic mode. Now only the `largeIndicator` and `mediumIndicator` supports dynamic dark mode switch
|
6 лет назад |
DreamPiggy
|
2357dabc17
Fix the Demo WebP coder import issue when enable modular headers
|
6 лет назад |
DreamPiggy
|
8c93519191
Fix the bug of SDAnimatedImageView, which can not render the normal NSImage (including animated image) at all. Only `SDAnimatedImage` can be rendered
|
7 лет назад |
Bogdan Poplauschi
|
64123734c3
Move webp component (and libwebp dependency) to SDWebImage/SDWebImageWebPCoder
|
7 лет назад |
DreamPiggy
|
e9cf356e57
Renaming `SDWebImageProgressiveDownload` to `SDWebImageProgressiveLoad`. Which is more suitable for custom loader which also support progressive image loading. (No need to be download)
|
8 лет назад |
DreamPiggy
|
55e4ce35bd
Replace all the demo project to use `#import <SDWebImage/SDWebImage.h>` module headers instead of massive headers
|
8 лет назад |
DreamPiggy
|
7d50d61b37
Update the NSImage+Addtions to allow specify a image orientation when using `CGImage`. Update all the place we use
|
8 лет назад |
DreamPiggy
|
407b708b38
Add shouldIncrementalLoad in SDAnimatedImageView to choose the animation behavior for progressive looading
|
8 лет назад |
DreamPiggy
|
915278bfd8
Update the comments and demo for macOS
|
8 лет назад |
DreamPiggy
|
87bbcdc46f
Introduce SDAnimatedImage and SDAnimatedImageView for high performance animated image rendering on iOS & macOS
|
8 лет назад |
DreamPiggy
|
c9dfe39e36
Change all sharedInstance from method to class property
|
8 лет назад |
DreamPiggy
|
e7e3caae72
Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x
|
8 лет назад |
DreamPiggy
|
fc1fd0a74e
Create a subclass of NSBitmapImageRep to fix the GIF frame duration issue on macOS
|
8 лет назад |
DreamPiggy
|
e012b36679
Refactor the image indicator usage for UIView category. Use two protocol `SDWebImageIndicator` & `SDWebImageProgressIndicator` to make this more customizable. Implement two class about activity indicator and progress indicator for both UIKit/AppKit
|
8 лет назад |
DreamPiggy
|
7996b0dac8
Update macOS demo to add a clear cache button using NSButton category
|
8 лет назад |
DreamPiggy
|
829d54ff03
Add the image transition argument for all UIView+WebCache, make this easy for user to do some fade transition. It also reuse the current setImageBlock and make it easy to customize
|
8 лет назад |
DreamPiggy
|
19f45a3cf4
Feature refactor built-in coders and support animated webp on macOS (#2082)
|
8 лет назад |
DreamPiggy
|
fecf4d28fd
support animated GIF on macOS
|
8 лет назад |
Bogdan Poplauschi
|
3c4aa45f32
Fixed build due to latest animated WebP support that was not properly adapted for OSX. For OSX, this will not work because the `animatedImageWithImages:duration:` API does not have an equivalent there.
|
9 лет назад |
Bogdan Poplauschi
|
13cfa24cfe
Proper file header copyright
|
9 лет назад |
Bogdan Poplauschi
|
442b134206
OSX Example
|
9 лет назад |