// // ZGImageUtils.h // UUTUtils // // Created by zhuge on 2017/12/28. // Copyright © 2017年 zhuge. All rights reserved. // #import @interface ZGImageUtils : NSObject +(void)resizePng:(NSString*)path toWidth:(int)width toHeight:(int)height; +(void)resizePng:(NSString*)path toWidth:(int)width toHeight:(int)height toPath:(NSString*) toPath; @end