Skip to content

Commit

Permalink
Merge branch 'master' of github.com:probablycorey/mini_magick
Browse files Browse the repository at this point in the history
  • Loading branch information
HamptonMakes committed Dec 28, 2011
2 parents 1307717 + 323e4ae commit f0836cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -64,7 +64,7 @@ Need to combine several options?

Want to composite two images? Super easy! (Aka, put a watermark on!)

image = Image.from_file("original.png")
image = Image.open("original.png")
result = image.composite(Image.open("watermark.png", "jpg") do |c|
c.gravity "center"
end
Expand Down

0 comments on commit f0836cd

Please sign in to comment.