Giter VIP home page Giter VIP logo

imageutils's Introduction

ImageUtils

Travis CI CocoaPods Carthage compatible SPM compatible Join the chat at https://gitter.im/0xxd0/ImageUtils

An elegant image utils & toolbox framework in pure Swift.

Features

  1. vImage based blur
  2. Android Palette in Swift
  3. Quartz2D drawing

Requirement

platform language Swift Version GitHub code size in bytes

Required

  • Xcode 9.0+
  • iOS 8.0+ | macOS 10.10+ | tvOS 9.0+ | watchOS 2.0+
  • Swift 3.2+

Installation

CocoaPods

鈿狅笍 Comming soon, you can use the master branch of the repository for now.

target '<#Your Target#>' do
    pod 'ImageUtils', :git => 'https://github.com/0xxd0/ImageUtils.git'
end

CocoaPods CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. It has over 41 thousand libraries and is used in over 3 million apps. CocoaPods can help you scale your projects elegantly.

Install Cocoapods

$ gem install cocoapods

Integrate ImageUtils

With CocoaPods, specify ImageUtils in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

target '<#Your Target#>' do
    pod 'ImageUtils', '~> 0.0.1'
end

run pod install:

$ pod install

Carthage

Carthage builds your dependencies and provides you with binary frameworks, but you retain full control over your project structure and setup. Carthage does not automatically modify your project files or your build settings.

Install Carthage

$ brew update
$ brew install carthage

Integrate ImageUtils

Add following to Cartfile:

github "0xxd0/ImageUtils" ~> 0.0.1

Swift Package Manager

The Swift Package Manager is a tool for managing the distribution of Swift code. It鈥檚 integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.

鈿狅笍 SPM only support macOS or Linux.

Integrate ImageUtils

// Package.swift
// swift-tools-version:3.0

let package = Package(
    name: "<#Your Target#>",
    dependencies: [
        // 路路路
        .Package(url: "https://github.com/0xxd0/ImageUtils.git", majorVersion: 0)
        // 路路路
    ]
)

Manually

Download zip or clone repo and integrate into your project manually.

Usage

Clone the project and see the Spotlight.playground for detail usage.

License

license

This project is released under the MIT License.

imageutils's People

Contributors

gitter-badger avatar showxu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    馃枛 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 馃搳馃搱馃帀

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google 鉂わ笍 Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.