On 8/31/2014, 9:10 AM, Eric Sciolli wrote:
Hello again
in first mail I wasn't enough clear: I have some images in a card of a
stack which I want to export and save on the hardisk of the user. For this
I used binFile this way:
ask file "Save image as:"
put it into lFolderPath
create folder
Hello again
in first mail I wasn't enough clear: I have some images in a card of a
stack which I want to export and save on the hardisk of the user. For this
I used binFile this way:
ask file "Save image as:"
put it into lFolderPath
create folder lFolderPath & "/img"
put "binFile:/" & lFolde
Am unsure exactly what you are trying to do here, Eric. You are putting an
image file into a variable, then writing a stack image to that file. Does
the image file exist in the first place? If you are trying to write a stack
image to a disk file then something like this...
create folder lFo
Hello
I would save some images from a stack to the hard disk using binfile:
ask file "Save image as:"
put it into lFolderPath
create folder lFolderPath & "/img"
put "binFile:/" & lFolderPath & "/img/gruppo.png" into lImage
put img "gruppo" of cd "stampa" of stack "stampaO