Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Jan 9, 2010
1 parent bf8099e commit 7fc8319
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions evented_magick/README.md
@@ -1,21 +1,20 @@
EventedMagick
----------------

A EventMachine-aware wrapper for ImageMagick command line. Uses EM.system to execute if available.
A EventMachine-aware wrapper for the ImageMagick command line. Uses EM.system to execute if available.
Requires Ruby 1.9 since it uses Fibers. The internals have also been rewritten to reduce the number
of system() calls. These changes together reduced the time required to run my test from 20sec to 5sec
versus the stock MiniMagick library.
of system() calls. These changes together reduced the time required to run my test from 20sec to 5sec versus the stock MiniMagick library.

Thanks
==========

Based on mini_magick by http://github.com/probablycorey
Based on mini_magick by <http://github.com/probablycorey>

Author
==========

Mike Perham, mperham AT gmail.com
http://github.com/mperham
http://twitter.com/mperham
http://mikeperham.com
<http://github.com/mperham>
<http://twitter.com/mperham>
<http://mikeperham.com>

0 comments on commit 7fc8319

Please sign in to comment.