All Projects → google → uiimage-additions

google / uiimage-additions

Licence: Apache-2.0 license
A collection of miscellaneous utility methods for UIImage for memory-efficient image transformations.

Programming Languages

objective c
16641 projects - #2 most used programming language
python
139335 projects - #7 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to uiimage-additions

Uiimagecolors
Fetches the most dominant and prominent colors from an image.
Stars: ✭ 3,027 (+14314.29%)
Mutual labels:  uiimage
Ios Imagezoomviewer
ImageZoomViewer is a simple to use Objective C framework that allows the capability of viewing images with zoom-in zoom-out functionality.
Stars: ✭ 14 (-33.33%)
Mutual labels:  uiimage
Nyximageskit
A set of efficient categories for UIImage class. It allows filtering, resizing, masking, rotating, enhancing... and more.
Stars: ✭ 2,553 (+12057.14%)
Mutual labels:  uiimage
Tocropviewcontroller
A view controller for iOS that allows users to crop portions of UIImage objects
Stars: ✭ 4,210 (+19947.62%)
Mutual labels:  uiimage
Czsharedimage
Optimize iOS image loading by sharing UIImage objects.
Stars: ✭ 13 (-38.1%)
Mutual labels:  uiimage
R.objc
Get autocompleted resources like images, localized strings and storyboards in ObjC projects
Stars: ✭ 92 (+338.1%)
Mutual labels:  uiimage
ChopChop
Chop an image to as many quadrants as you like at compile time. Great for dynamic content, suitable for games and image processing. Image matrix
Stars: ✭ 14 (-33.33%)
Mutual labels:  uiimage
SKArchCutter
SKArchCutter是一个可自选切割角的圆角切割工具,同时支持UIView、UIImageView、UIButton和UILabel的单角切圆/选角拱形切圆/全角切圆,并且避免了UIImageView使用系统圆角所导致的离屏渲染的问题,以及确保layer对象的masksToBounds属性始终为NO,从而使得项目中大量使用圆角时的性能得到很大程度的优化, 最重要的是使用简单、方便。
Stars: ✭ 80 (+280.95%)
Mutual labels:  uiimage
Swiftgen
The Swift code generator for your assets, storyboards, Localizable.strings, … — Get rid of all String-based APIs!
Stars: ✭ 7,580 (+35995.24%)
Mutual labels:  uiimage
Swiftuiimageeffects
Swift port of Apple UIImage+UIImageEffecs category.
Stars: ✭ 213 (+914.29%)
Mutual labels:  uiimage
Bkasciiimage
Convert UIImage to ASCII art
Stars: ✭ 421 (+1904.76%)
Mutual labels:  uiimage
Ios Uiimage Render To Pdf
iOS Render UIImage to PDF and merging PDF files
Stars: ✭ 8 (-61.9%)
Mutual labels:  uiimage
Uiimageheic
UIImage category that adds familiar HEIC encoding.
Stars: ✭ 125 (+495.24%)
Mutual labels:  uiimage
Ioniconskit
Use Ionicons in your Swift projects.
Stars: ✭ 310 (+1376.19%)
Mutual labels:  uiimage
UIImageColorRatio
A tool to calculate the color ratio of UIImage in iOS.
Stars: ✭ 34 (+61.9%)
Mutual labels:  uiimage
Storage
An iOS library for fast, easy, and safe threaded disk I/O.
Stars: ✭ 259 (+1133.33%)
Mutual labels:  uiimage
Swiftgif
[UNMAINTAINED] 🌠 A small UIImage extension with gif support
Stars: ✭ 1,255 (+5876.19%)
Mutual labels:  uiimage
KBImageView
UIImageView with Ken Burns effect.
Stars: ✭ 48 (+128.57%)
Mutual labels:  uiimage
TGImage
一款以最新潮的方式来使用UIImage的swift插件
Stars: ✭ 18 (-14.29%)
Mutual labels:  uiimage
Asyncimage
Asynchronous Image Loading from URL in SwiftUI
Stars: ✭ 139 (+561.9%)
Mutual labels:  uiimage

Apache License Travis

UIImage Additions

A collection of miscellaneous utility methods for UIImage for memory-efficient image transformations.

Setup

CocoaPods

Add the following to your Podfile:

pod 'UIImage+FBLAdditions', '~> 1.0'

Or, if you would also like to include the tests:

pod 'UIImage+FBLAdditions', '~> 1.0', :testspecs => ['Tests']

Then, run pod install.

Carthage

Add the following to your Cartfile:

github "google/uiimage-additions"

Then, run carthage update and follow the rest of instructions.

Import

Import the umbrella header as:

#import <UIImage_FBLAdditions/UIImage+FBLAdditions.h>

Or:

#import "UIImage+FBLAdditions.h"

Or, the module:

@import UIImage_FBLAdditions;
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].