Re: Viewing multiple .png files simultaneously



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



Relevant Pages

  • Re: Tools for GUI/graphics
    ... graphs as .JPG files and display them in a ... generating graphs from data, ... Chart Director is a product I have a little experience with which has Python ... it has a very liberal demo policy: demo versions display a small ...
    (comp.lang.python)
  • Re: How to Combineing 3D Images.
    ... If I combine this Image I will get one Complete single Image. ... It gives a 45 degree display. ... The entire process is on 3D image processing. ... image gets distorted and we are seeing some angle affect in the image. ...
    (comp.graphics.api.opengl)
  • Changing Graph Data Series
    ... I have about 12 graphs each with 4 data sets that I have to change the ... data set range on each month to display the next months data as it is ... from key input cells? ... through Dec 31) and have the graph update the data series for the ...
    (microsoft.public.excel)
  • Re: Re:I want to be convinced; convince me.
    ... > reproduce it with a jpg that you're willing to share? ... It wasn't a single image that crashed it, it was when I asked it to display ...
    (comp.sys.mac.advocacy)
  • Re: Viewing multiple .png files simultaneously
    ... display those graphs in 4 individual X-windows as soon as the data ... if what you actually need is 4 PNG images ... for example be a web browser. ...
    (comp.os.linux.development.apps)