Skip to content

A slim, ease of use image manipulation framework for iOS

Notifications You must be signed in to change notification settings

moveitonover/ddimagetinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

DDImageTinter

A slim, ease of use image manipulation framework for iOS

Example

UIImage *foo = [UIImage imageNamed:@"foo"];

// Convert to grayscale
[foo grayScaleImage];

// Tint image with custom color
[foo tintedImageWithColor:[UIColor greenColor]];

About

A slim, ease of use image manipulation framework for iOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published