> Date: Wed, 5 Jul 2006 08:00:40 -0700 (PDT)
> From: molgra <[EMAIL PROTECTED]>
> Sender: [EMAIL PROTECTED]
> 
> 
> I am running the command
> 
> display -backdrop -delay 700 *.pdf 
> 
> Everything is fine but a  micro image window is on top how do get the
> backdrop to come forward or remove small window
> 

Make the image no larger than the available display by adding 
"-resize X_SIZExY_SIZE>" to the command, where X_SIZE the the width
of the display and Y_SIZE is the height of the display, both in pixels. 

Note that the '>' is a special character in most Unix shells, so it will
need to be escaped in most cases. 

If you only want a portion of the image, you can substitute "-crop" for
"-resize". Cropping is faster than resizing. You can pick a portion of
the image by adding an offset; -crop X_SIZExY_SIZE+X_OFFSET+Y_OFFSET".
Offsets are also in pixels.

Cropping is MUCH faster than resizing.
-- 
R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: [EMAIL PROTECTED]                       Phone: +1 510 486-8634
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to