Re: Viewing multiple .png files simultaneously



philbo30 <masferfc@xxxxxxxxx> writes:

I'm sure this is easy with the right tool, I need to find the tool; in
advance, I apologize for the rather vague description...

Here's what I 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.

Do you really need 4 individual windows? Because you might try to join
those graphs into single image using ImageMagick, ie.:

#v+
convert -size 100x100 \( xc:red xc:white +append \) \
\( xc:white xc:red +append \) -append miff:- | \
display -
#v-

or:

#v+
convert -size 100x100 \( xc:red xc:white +append \) \
\( xc:white xc:red +append \) x:
#v-

Your images goes where xc:red, xc:white are.



--
Best regards, _ _
.o. | Liege of Serenly Enlightened Majesty of o' \,=./ `o
..o | Computer Science, Michal "mina86" Nazarewicz (o o)
ooo +--<mina86*tlen.pl>---<jid:mina86*chrome.pl>--ooO--(_)--Ooo--
.



Relevant Pages

  • Re: Viewing multiple .png files simultaneously
    ... I have an application that generates 4 graphs in .png format; ... display those graphs in 4 individual X-windows as soon as the data ... Can't you start 4 instances of Xnview? ...
    (comp.os.linux.development.apps)
  • Re: JpGraph and PDF
    ... graphs in a pdf file, ... I use PHP 4..... ... the extension to png) and from Virtual Directory tab in Internet ...
    (comp.lang.php)
  • jagged lines in PNG
    ... I've been hunting for wisdom on the best way to generate gnuplot graphs ... mentioned for creating postscript in gnuplot and then converting to PNG ...
    (comp.graphics.apps.gnuplot)
  • Exporting graphs for presentations
    ... I have been trying to create some graphs for a presentation and have ... In what file types can these graphs or charts be exported? ... JPEG, PNG, TIFF, ... ... Dr. Joseph Chamberlain ...
    (microsoft.public.mac.office.excel)
  • Re: Best Format For PowerPoint
    ... > What is the best format for graphs if I want them to be imported in Power ... Png? ...
    (comp.graphics.apps.gnuplot)