Skip to content

Commit

Permalink
supercompress bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakey committed Sep 29, 2018
1 parent 48838be commit 0487d13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion JKCategories/UIKit/UIImage/UIImage+JKSuperCompress.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
// Copyright © 2016年 Jakey. All rights reserved.
// https://github.com/CompletionHandler/CYImageCompress

//usage [UIImage compressImage:image toMaxLength:512*1024*8 maxWidth:1024];
//512kb 2014px
//usage [UIImage compressImage:image toMaxLength:512*1024 maxWidth:1024];

#import <UIKit/UIKit.h>

Expand Down

0 comments on commit 0487d13

Please sign in to comment.