All Projects → IcaliaLabs → Uiimage Imagecompress

IcaliaLabs / Uiimage Imagecompress

Licence: mit
An iOS library to compress images and optimize uploads

Projects that are alternatives of or similar to Uiimage Imagecompress

Silicompressor
A powerful, flexible and easy to use Video and Image compression library for Android.
Stars: ✭ 1,081 (+597.42%)
Mutual labels:  image, compressor
Compressor
An easy to use and well designed image compress library for Android, based on Android native image library. Put forward a framework for quick switch from different compress algorithm.
Stars: ✭ 476 (+207.1%)
Mutual labels:  image, compressor
Doctron
Docker-powered html convert to pdf(html2pdf), html to image(html2image like jpeg,png),which using chrome(golang) kernel, add watermarks to pdf, convert pdf to images etc.
Stars: ✭ 141 (-9.03%)
Mutual labels:  image
Dezoomify Rs
Zoomable image downloader for Google Arts & Culture, Zoomify, IIIF, and others
Stars: ✭ 150 (-3.23%)
Mutual labels:  image
Filebeat Kubernetes
Filebeat container, alternative to fluentd used to ship kubernetes cluster and pod logs
Stars: ✭ 147 (-5.16%)
Mutual labels:  pod
React Native Story
React native instagram story
Stars: ✭ 144 (-7.1%)
Mutual labels:  image
Gimage
A PHP library for easy image handling. 🖼
Stars: ✭ 148 (-4.52%)
Mutual labels:  image
Magick.net
The .NET library for ImageMagick
Stars: ✭ 2,071 (+1236.13%)
Mutual labels:  image
Gpuimage X
A Cross-platform (for both Android & iOS) Framework for GPU-based Filters, Video and Image Processing.
Stars: ✭ 154 (-0.65%)
Mutual labels:  image
Hephotopicker
自由定制支持视频,图片的相册选择器
Stars: ✭ 146 (-5.81%)
Mutual labels:  image
Isketchnfill
Software that can autocomplete sketches as the user starts drawing.
Stars: ✭ 151 (-2.58%)
Mutual labels:  image
Hub Tool
🧪 Docker Hub experimental CLI tool
Stars: ✭ 147 (-5.16%)
Mutual labels:  image
Flowiz
Converts Optical Flow files to images and optionally compiles them to a video. Flow viewer GUI is also available. Check out mockup right from Github Pages:
Stars: ✭ 144 (-7.1%)
Mutual labels:  image
Openmicroscopy
OME (Open Microscopy Environment) develops open-source software and data format standards for the storage and manipulation of biological light microscopy data. A joint project between universities, research establishments and industry in Europe and the USA, OME has over 20 active researchers with strong links to the microscopy community. Funded by private and public research grants, OME has been a major force on the international microscopy stage since 2000.
Stars: ✭ 148 (-4.52%)
Mutual labels:  image
Bekcurvetabbar
Full Customizable Tabbar with IBInspectables
Stars: ✭ 144 (-7.1%)
Mutual labels:  pod
Hltool
Go 开发常用工具库, Google2步验证客户端,AES加密解密,RSA加密解密,钉钉机器人,邮件发送,JWT生成解析,Log,BoltDB操作,图片操作,json操作,struct序列化
Stars: ✭ 151 (-2.58%)
Mutual labels:  image
React Avatar Editor
Small avatar & profile picture component. Resize and crop uploaded images using a intuitive user interface.
Stars: ✭ 1,846 (+1090.97%)
Mutual labels:  image
Imageviewer
A simple and customizable Android full-screen image viewer 一个简单且可自定义的Android全屏图像浏览器
Stars: ✭ 1,889 (+1118.71%)
Mutual labels:  image
Og Image
Open Graph Image as a Service - generate cards for Twitter, Facebook, Slack, etc
Stars: ✭ 2,706 (+1645.81%)
Mutual labels:  image
Gocaptcha
A captcha library written in golang
Stars: ✭ 154 (-0.65%)
Mutual labels:  image

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].