Loading...
Searching...
No Matches
NCBitmapRegionDecoder.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import "NCRectangle.h"
3#import <Foundation/Foundation.h>
4#import <UIKit/UIKit.h>
6
7
17DEFAULT_EXPORT_ATTRIBUTE
18@interface NCBitmapRegionDecoder : NSObject
19
27+ (nullable NCBitmapRegionDecoder *)newInstance:(nonnull NSData *)data;
28
37- (nullable UIImage *)decodeRegion:(nonnull NCRectangle *)rect
38 sampleSize:(int32_t)sampleSize;
39
40@end