Re: Viewing multiple .png files simultaneously
- From: Roger Leigh <rleigh@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 19 Sep 2007 00:02:30 +0100
floyd@xxxxxxxxxx (Floyd L. Davidson) writes:
philbo30 <masferfc@xxxxxxxxx> wrote:
Here's what I need to do:
Except, I think you described more how to do it, not so
much what you need to do. :-)
I have an application that generates 4 graphs in .png format; I need
to call "something" from my application to more-or-less simultaneously
display those graphs in 4 individual X-windows as soon as the data
processing is done. All .png graphs are in the local directory where
the app runs.
Second, you can use something like the /convert/ program
from ImageMagick to make a single image that contains the
other 4, and then just display that one image with
whatever software you choose.
ImageMagick also has a "montage" tool which is perhaps even better
suited to the task.
montage -tile x2 -geometry +5+5 -background white \
1.png 2.png 3.png 4.png combined.png
Regards,
Roger
--
.''`. Roger Leigh
: :' : Debian GNU/Linux http://people.debian.org/~rleigh/
`. `' Printing on GNU/Linux? http://gutenprint.sourceforge.net/
`- GPG Public Key: 0x25BFB848 Please GPG sign your mail.
Attachment:
pgpwgoRrK5VTT.pgp
Description: PGP signature
- Follow-Ups:
- Re: Viewing multiple .png files simultaneously
- From: philbo30
- Re: Viewing multiple .png files simultaneously
- References:
- Re: Viewing multiple .png files simultaneously
- From: Floyd L. Davidson
- Re: Viewing multiple .png files simultaneously
- Prev by Date: Re: Viewing multiple .png files simultaneously
- Next by Date: Re: Viewing multiple .png files simultaneously
- Previous by thread: Re: Viewing multiple .png files simultaneously
- Next by thread: Re: Viewing multiple .png files simultaneously
- Index(es):
Relevant Pages
|