Skip to content

A series of easy to do image manipulation to get you started with RMagick

Notifications You must be signed in to change notification settings

songz/IntroToRmagick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

First Steps into RMagick

Intro

I gave a talk about image processing with RMagick. Here's the source code for what I demoed. Everything here is very basic and it's meant to get you started on the right track to building more exciting stuff.

Topics

From the example you will learn how to convert images to different formats, generate memes, resize images, apply filters (blur, saturation, etc), and building an image collage.

Installing RMagick

  1. Install ImageMagick

brew install imagemagick

  1. Install GhostScript

brew install ghostscript

  1. Install RMagick

gem install rmagick

To use Rmagick in services like heroku or iron.io, simply include rmagick in your gemfile. These services should already have rmagick set up.

How to run

Inside the src folder is a ruby script. Simply type ruby app.rb to run it. The ruby script will generate images into the results folder

File Description

app.rb in the src folder contains the ruby code. It is very well documented.

Contact

For questions about me, what I do, and other exciting things tweet me!

Happy Coding!

About

A series of easy to do image manipulation to get you started with RMagick

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages