Skip to content

Commit

Permalink
Better readme
Browse files Browse the repository at this point in the history
  • Loading branch information
quiiver committed Mar 10, 2010
1 parent fb29162 commit 157d482
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README
@@ -1 +1,11 @@
Async-wrapper around the image magick command line tools. #Node Magickal
Async-wrapper around the GraphicsMagick command line tools.

##Example:
var magickal = require('./magickal');
magickal
.image("input.png")
.resize(75, 75)
.write("output.gif", function() {
sys.puts("Done");
});

0 comments on commit 157d482

Please sign in to comment.