#!/bin/sh

crop="-crop 400x60+400+180 screenshot.png"
display -title "crop with display" $crop &
convert $crop - | display -title "crop with convert" - &

# $Id$
