comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: converting window into a image
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: converting window into a image [message #47027 is a reply to message #47026] Tue, 17 January 2006 12:55 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
CD writes:

> i am a novice with IDL, so wanted some help.
>
> I used the window and tvscl to display a couple of pictures in the same
> window in a particular order. Now the way these images are displayed in
> the window, i want to copy the entire thing into one image. so that
> that image when opened using a image viewer will show those pics the
> same way as in the window of IDL.

Suppose you want to make a JPEG file. First display
your images in the window. Then type this:

void = TVRead(/JPEG, Filename='test')

That's it. Don't put a file extension on the file
name. It will be added automatically. :-)

You can find TVREAD here:

http://www.dfanning.com/programs/tvread.pro

You can pretty much save the file in any format you like.
Just set the appropriate keyword.

Cheers,

David

--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: iTools Data Manager
Next Topic: Re: Linux Help Needed

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Thu Oct 23 06:27:52 PDT 2025

Total time taken to generate the page: 1.20074 seconds