Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/icalialabs/uiimage-imagecompress

An iOS library to compress images and optimize uploads
https://github.com/icalialabs/uiimage-imagecompress

compressor image ios objective-c pod

Last synced: about 1 month ago
JSON representation

An iOS library to compress images and optimize uploads

Awesome Lists containing this project

README

        

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

# Install

Install with [cocoapods](http://cocoapods.org/)

```
pod 'UIImage+ImageCompress'
```

# Usage

```
UIImage *imageToCompress = [UIImage imageNamed:@"theJoker.jpg"];

UIImage *compressedImage = [UIImage compressImage:imageToCompress
compressRatio:0.9f];
```

UIImage-ImageCompress_demo

## Author
**Abraham Kuri**

+ [http://github.com/kurenn](http://github.com/kurenn)