Update UIImage+Transform.m
This commit is contained in:
parent
3d2f2fc2e0
commit
e8e7b5fa00
|
@ -561,7 +561,7 @@ static inline UIColor * SDGetColorFromPixel(Pixel_8888 pixel, CGBitmapInfo bitma
|
|||
}
|
||||
|
||||
#if SD_UIKIT || SD_MAC
|
||||
- (nullable UIImage *)sd_filteredImageWithFilter:(CIFilter *)filter {
|
||||
- (nullable UIImage *)sd_filteredImageWithFilter:(nonnull CIFilter *)filter {
|
||||
if (!self.CGImage) return nil;
|
||||
|
||||
CIContext *context = [CIContext context];
|
||||
|
|
Loading…
Reference in New Issue