Skip to content

Commit

Permalink
watermark gravity -> northwest now
Browse files Browse the repository at this point in the history
  • Loading branch information
mpd committed Sep 26, 2013
1 parent 08400c9 commit e553fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/image-magick.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ImageMagick.Templates = {
resizeCmd: "-resize '%{size}'",
fitCmd: "-gravity center -resize '%{size}'^ -extent %{size}",
cropCmd: "-crop %{crop} +repage -thumbnail '%{size}'",
watermarkCmd: "-gravity northeast",
watermarkCmd: "-gravity northwest",

checkValue: function(value) {
if(!value.toString().match(/^[^;"']+$/i))
Expand Down

0 comments on commit e553fba

Please sign in to comment.