Sha256: bc5240b52744e999051a8f27335c76934d0db05a100d3d5928c376aa1e3002c2

Contents?: true

Size: 928 Bytes

Versions: 1

Compression:

Stored size: 928 Bytes

Contents

# Profound

Create wallpapers like those on [theprofoundprogrammer](http://theprofoundprogrammer.com) even if you're aweful at Photoshop. It's based on *ImageMagick*.

## Installation

    $ brew install imagemagick
    $ gem install profound

## Usage

    $ profound path/to/source.jpg "Complain about something" path/to/destination.jpg

The source can also be a few keywords to help find an image. You also specify the size of the image to find

    $ profound --search-size=2880x1800 "road at night" "I hate cars" ~/profound-cars.jpg

The source can also be omitted altogether. In that case, `profound` will search for images.

    $ profound "Something ironic", ~/profound-ironic.jpg

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
profound-0.0.4 README.md