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

Home » Public Forums » archive » Re: MIP from BMP Images
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: MIP from BMP Images [message #76817 is a reply to message #76816] Thu, 07 July 2011 07:57 Go to previous messageGo to previous message
Konstantinos is currently offline  Konstantinos
Messages: 29
Registered: April 2011
Junior Member
Read more carefully the manual about READ_BMP


Try something like this


file=file_search('filepath....\*.bmp',COUNT=count)
imag=read_bmp(file[0])
s=size(imag)
if s[0] NE 2 then print, 'Variable a is not two dimensional ask the
community again............'
arm=MAKE_ARRAY(s[1],s[2], 255)

for i=0,count-1 do begin
image=read_bmp(file[i])
arm[*,*,i] = image[*,*]
end
[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
Read Message
Read Message
Read Message
Previous Topic: Aw: Re: Aw: Re: TOTAL gives totally different result on identical array
Next Topic: Variable is undefined: Actually a function

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

Current Time: Sat Oct 11 15:47:11 PDT 2025

Total time taken to generate the page: 0.01171 seconds