Skip to content
This repository has been archived by the owner on Sep 6, 2018. It is now read-only.

fightforthefuture/fight_for_the_future

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fight for the Future

Utilities to supplement the cause of Fight for the Future.

Installation

gem install fight_for_the_future

Requiring the gem

require 'fight_for_the_future'

Using Bundler

gem 'fight_for_the_future'

Example

original_image_path = File.expand_path('../original.png', __FILE__)
censored_image_path = File.expand_path('../censored.png', __FILE__)
url = 'http://censr.net/23985'

censored_image = FightForTheFuture::ImageCensor.new(original_path, url)
censored_image.write(censored_path)

License

Fight for the Future is Copyright © 2011 Fight for the Future. It is free software, and may be redistributed under the terms specified in the LICENSE file.

About

Utilities to supplement the cause of Fight for the Future.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published