Skip to content

An iOS app to find the average colour of an image (sourced from Flickr)

Notifications You must be signed in to change notification settings

krispenney/colour-matcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Colour Matcher

This is an iOS app to allows users to search for an image on Flickr, generate it's average colour, and set that colour to the view's background image. The goal of the project was to attempt to simply recreate the iTunes album art view and learn a little bit about image processing.

Usage

Open with Xcode and create an APIKey.swift file with a static API_KEY class member, which contains your personal Flickr API key.

import Foundation

class APIKey {
    static let API_KEY = "#####" // <-- Your API_KEY Here
}

About

An iOS app to find the average colour of an image (sourced from Flickr)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages