does the image size matters? [message #39779] |
Sun, 13 June 2004 18:22 |
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
|
|
|