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

Home » Public Forums » archive » does the image size matters?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
does the image size matters? [message #39779] Sun, 13 June 2004 18:22
adharac is currently offline  adharac
Messages: 23
Registered: April 2004
Junior Member
Hello, excuse the inconvenience if my message disturbs you..

I just have one question....
I finally was able to transform the bitmap into images. As a trial, I
did that at first with 50x50pixels and it worked just fine. However,
for the real thing, I need it for 200x200 but it is not running...The
error message is:

%READ_ASCII:File " 0" not found.
%Error occurred at:READ_ASCII 731 c:\rsi\idl55\lib\read_ascii.pro
% $MAIN$ 13 c:\RSI\IDL60\lib\transform.PRO
% Execution halted at: $MAIN$ 13
c:\RSI\IDL60\lib\transform_bit_image.pro


MY CODE IS AS FOLLOWS:

files=Findfile('*.bit')

for j=0,N_Elements(files)-1 DO BEGIN
cadena2=string(files[j])
archivo=READ_ASCII(cadena2)
cadena='gv'+string([j])+'tif'
WRITE_TIFF,cadena,archivo.FIELD01
endfor

end



Thank you for your kind help,
A
[Message index]
 
Read Message
Previous Topic: Re: 255 and 0
Next Topic: Overplotting 50% lines

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

Current Time: Sat Oct 11 06:34:22 PDT 2025

Total time taken to generate the page: 0.31835 seconds