CHANGING THE SIZE OF MOVIE WINDOW [message #22789] |
Sun, 10 December 2000 20:41  |
Mark Chan
Messages: 24 Registered: November 2000
|
Junior Member |
|
|
A movie file was created using one of the many options available in IDL
(E.G. WRITE_GIF (available in older versions of IDL), WRITE_BMP, ETC.)
The movie was made using TVRD, /MULTIPLE at a specific window size
(e.g.WINDOW,0,400,300).
Is there an easy way to change the window size of the now created movie file
so that it displays in a different sized window (e.g. 100 by 200) without
having to re-run the movie creation routine?
Using WinNT4.
Thanks in advance,
Mark Chan
|
|
|
Re: CHANGING THE SIZE OF MOVIE WINDOW [message #22918 is a reply to message #22789] |
Mon, 11 December 2000 13:28  |
Mark Hadfield
Messages: 783 Registered: May 1995
|
Senior Member |
|
|
"Mark Chan" <chanm@cadvision.com> wrote in message
news:911lsn$66e$1@news3.cadvision.com...
> A movie file was created using one of the many options available in IDL
> (E.G. WRITE_GIF (available in older versions of IDL), WRITE_BMP, ETC.)
>
> The movie was made using TVRD, /MULTIPLE at a specific window size
> (e.g.WINDOW,0,400,300).
>
> Is there an easy way to change the window size of the now created movie
file
> so that it displays in a different sized window (e.g. 100 by 200) without
> having to re-run the movie creation routine?
ImageMagick (http://www.imagemagick.org/) can do this for you.
---
Mark Hadfield
m.hadfield@niwa.cri.nz http://katipo.niwa.cri.nz/~hadfield/
National Institute for Water and Atmospheric Research
PO Box 14-901, Wellington, New Zealand
|
|
|