Source: /cirosantilli/imagemagick

= ImageMagick
{c}
{wiki}

Crop `20` pixels from the bottom of the image:
``
convert image.png -gravity East -chop 20x0 result.png
``