//
// *** * * * * * *
// * * * * *
// * * * * * * *
// * * * *
// *** * * * * *
//
// UIImage+IPUCompress.h
// IPUMobileFunc
// Created by Benny (AsiaInfo PRD IPU) on 2020/1/14 14:58.
// Copyright © 2020 Asiainfo. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIImage (IPUCompress)
+ (NSData *)compressImage:(UIImage *)image
maxLength:(CGFloat)maxLength
minWith:(CGFloat)minWith;
@end
|