- Generate an image using a size and a fill color.
- Get the average color of an image
- Check if an image is fully empty or not
- Resize the image to a specified size
- Scale the image by a multiplier, of to fit/fill a size
- Crop an image by a given inset, or to a given target size
- Trim transparent pixels from an image and/or get the transparent edge insets of an image
This library support iOS >= 8.0, but requires Xcode >= 10.2 since it's builded with Swift 5
Specify in your Podfile:
target 'MyApp' do
pod 'ImageUtility'
end
Specify in your Cartfile
github "Dean151/ImageUtility"
API details and documentation to come soon :)