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

Home » Public Forums » archive » Re: export multiband file to TIFF file
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: export multiband file to TIFF file [message #52184] Sat, 13 January 2007 07:03 Go to previous message
Mort Canty is currently offline  Mort Canty
Messages: 134
Registered: March 2003
Senior Member
skymaxwell@gmail.com schrieb:
> hello
>
> after processing i want save file into TIFF format. I try use
> ENVI_OUTPUT_TO_EXTERNAL_FORMAT -
> file was created but i can't open it as TIFF file. i look here, seems i
> need use CF_DOIT, but this procedure
> create one band only.
>
> How save multiband file into TIFF format ?
>
> Thanks
>

This works fine for me:

pro out_to_tiff

envi_select, title='Select MS image', $
fid=fid,dims=dims,pos=pos

envi_output_to_external_format,fid=fid,$
dims=dims,$
pos=pos,$
/tiff,$
out_name='d:\temp\tst.tif'

end

Mort
[Message index]
 
Read Message
Read Message
Previous Topic: Re: .sav format
Next Topic: IDL job opportunities

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

Current Time: Sat Oct 11 02:52:06 PDT 2025

Total time taken to generate the page: 0.00193 seconds