Re: Viewing multiple .png files simultaneously



On Sep 18, 7:02 pm, Roger Leigh <rle...@xxxxxxxxxxxxxxxxxxxx> wrote:
fl...@xxxxxxxxxx (Floyd L. Davidson) writes:

philbo30 <masfe...@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.

application_pgp-signature_part
1KDownload

ImageMagick is just the tool I was looking for; it works great. The
only additional thing I would like to do is specify the amount of time
that the image displays. As an example, I want it to display for 60
seconds. I didn't see that capability associated with the "display"
application, but then again I didn't look that much either. Ideas?

.



Relevant Pages

  • Re: Simple application to print part of an image - suggestions?
    ... As you'll see in my other reply, I was aware of display, but did not ... my printer's ultimate dpi is something like 1200x1200 I ... ImageMagick has cropped gets me the result I want! ...
    (Ubuntu)
  • Re: Imaging component for viewing very large JPGs?
    ... I do know, though, that ImageMagick should be able to do it pretty well as fast as any other image library out there. ... If it's possible you may want to do the resize only once and save both the full and smaller sized images for faster display later on. ... In most, all of the image pixels must be loaded into memory, regardless of whether you display the entire image or not. ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: [slrn] slrnface tarball availability?
    ... display or xli to show the image, ... make the terminal emulator show it. ... I've had X-Faces running with slrn in a couple previous installations. ... I've never once heard anything about ImageMagick being tied into it at ...
    (news.software.readers)
  • Re: [SLE] from PNG to EPS
    ... Maura, ... gui then use "display" which is also part of ImageMagick. ...
    (SuSE)
  • Re: Anyone know how to reset ImageMagick defaults
    ... >> While exploring the ImageMagick program in RH8 I set the program to full ... >> screen with centered images but I can't get image back. ... > I assume you are using the display programme (ImageMagick has lots of ... left click menus and resizeable windows instead of the full screen ...
    (linux.redhat.misc)