[solved] convert -crop gives rest images unless specify +0+0
Posted: 2012-07-02T12:39:28-07:00
Hello,
creates
and
but I really just want the first one.
It works when I use
I don't understand what difference "+0+0" does. Can somebody please explain?
Cheers
Code: Select all
$ convert rose: -crop 70x40 +repage rose.png
and
but I really just want the first one.It works when I use
Code: Select all
$ convert rose: -crop 70x40+0+0 +repage rose.pngCheers