How to export the images of a stack

Dave Cragg dcragg at lacscentre.co.uk
Wed Aug 17 02:37:34 CDT 2005


On 17 Aug 2005, at 07:29, Reinhold Venzl-Schubert wrote:

> Hi Klaus!
>
> I had been happy too early :-(
>
>
>> "Asche über mein Haupt"
>> I had a blackout yesterday evening :-(
>>
>>
>>>   repeat with i = 1 to num of lines in ImagePath
>>>     put line i of ImagePath into ImageName
>>>     repeat with k = 1 to 6
>>>       delete char 1 of ImageName
>>>     end repeat
>>>     put url ("binfile:" & "ImagePath") into url ("binfile:Export/ 
>>> ImageName")
>>>   end repeat
>>>
>>> The only I find in the foulder Export is the empty file "ImageName"
>>>
>>> What is my mistake?
>>> Is the directory incompletely?
>>> When it is the reason: How can get the entire directory?
>>>
>>
>> This is the answer:
>>
>> put url ("binfile:" & "ImagePath") into url ("binfile:Export/ 
>> ImageName")
>>
>
> I found a nice list of files in the Export-Folder, and the names  
> are the same as in the original-one
>
> StrainUndef.jpg
> StrainTriaxOblat1.jpg
> StraintriaxOblat2.jpg
> ...
>
>  but all files are empty.
>

Try this:

put url ("binfile:" & ImageName) into url ("binfile:Export/" &  
ImageName)

Cheers
Dave


More information about the metacard mailing list