0.0
No commit activity in last 3 years
No release in over 3 years
Flickollage is a simple command line tool for generating collages
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

>= 0
>= 0
~> 0.47.1
>= 0

Runtime

~> 0.9
~> 0.19
 Project Readme

Flickollage Gem Version Build Status

A simple command-line tool that accepts a list of words as arguments and generates a collage grid from ten top-rated images found on Flickr using the provided keywords.

Installation

You can install Flickollage from rubygems. It requires Ruby version >= 2.0 and ImageMagick or GraphicsMagick command-line tool.

$ gem install flickollage

Flickr access key

You need to provide Flickr access key and shared secret. It can be done using environment variables FLICKR_API_KEY and FLICKR_SHARED_SECRET or command-line options --flickr-api-key and --flickr-shared-secret.

Usage

$ flickollage help generate

It will describe all available options.

$ flickollage generate -n 2 --rows=1 --cols=2 --width=300 --height=200 Berlin 'New York'

Cities Collage

$ flickollage generate --dict=spec/fixtures/mountains --output mountains.png

Mountains Collage