On Tue 20 Mar 2007 17:28:53 NZST +1200, Steve Holdoway wrote:

> Is there a way of shortening a rectangular image by removing a small
> number row of pixels from the middle of it. A command or gui, either's
> good. So's anything imagemagicky!

gimp: select bottom part, move it up by the number of rows you want rid
of. Then you might have to crop away the bottom of it.

I'm sure there's an IM command for it too, but I don't know it off-hand.
convert is probably the right track. Yes:
file:///usr/share/doc/packages/ImageMagick/www/command-line-options.html#chop
is pretty clear about how it works. I tried a 
convert -chop 0x50+0+200 bla.xwd new.png
with what looks at a glance like the expected result.

Volker

-- 
Volker Kuhlmann                 is list0570 with the domain in header
http://volker.dnsalias.net/     Please do not CC list postings to me.

Reply via email to