ImageUtility

0.3.3

Helpers functions performing image operations for iOS
Dean151/ImageUtility

What's New

0.3.3

2019-05-07T12:52:49Z

Fixed some function when image.scale != 1.0

ImageUtility

Build Status CocoaPods Compatible Carthage compatible

Features

  • 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

Requirements

This library support iOS >= 8.0, but requires Xcode >= 10.2 since it's builded with Swift 5

Installation

Using Cocoapods

Specify in your Podfile:

target 'MyApp' do
    pod 'ImageUtility'
end

Using Carthage

Specify in your Cartfile

github "Dean151/ImageUtility"

Usage

API details and documentation to come soon :)

Description

  • Swift Tools
View More Packages from this Author

Dependencies

  • None
Last updated: Tue Mar 12 2024 01:12:03 GMT-0900 (Hawaii-Aleutian Daylight Time)