The Wayback Machine - https://web.archive.org/web/20200918181938/https://github.com/IcaliaLabs/UIImage-ImageCompress
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

UIImage+ImageCompress is a UIImage category that compress a local or remote UIImage

Install

Install with cocoapods

pod 'UIImage+ImageCompress'

Usage

    UIImage *imageToCompress = [UIImage imageNamed:@"theJoker.jpg"];
    
    UIImage *compressedImage = [UIImage compressImage:imageToCompress
                                        compressRatio:0.9f];

UIImage-ImageCompress_demo

Author

Abraham Kuri

About

An iOS library to compress images and optimize uploads

Topics

Resources

License

Packages

No packages published
You can’t perform that action at this time.