// // EXImageUtils.h // Exponent // // Created by Stanisław Chmiela on 17.11.2017. // Copyright © 2017 650 Industries. All rights reserved. // #import #import #import @interface EXImageUtils : NSObject + (UIImage *)generatePhotoOfSize:(CGSize)size; + (UIImage *)cropImage:(UIImage *)image toRect:(CGRect)rect; + (NSString *)writeImage:(NSData *)image toPath:(NSString *)path; + (void)updatePhotoMetadata:(CMSampleBufferRef)imageSampleBuffer withAdditionalData:(NSDictionary *)additionalData inResponse:(NSMutableDictionary *)response; @end