to .pgn
fast respons. thanks

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Will cost extra!fast respons.
waaw its so usefull. thank you masterKlaus wrote:Hi rijaaali,
...
export img "your image here" to file "path/to your/file.png" as PNG
...
Best
Klaus
Code: Select all
...
ASK file "Where to save the image?"
put it into tTargetImageFile
## User cancel:
if tTargetImageFile = empty then
exit mouseup
end if
## Add PNG suffix if necessary:
if char -4 to -1 of tTargetImageFile <> ",png" then
put ".png" after tTargetImageFile
end if
## This is only necessary, if you are on a Mac!
set the filetype to ""
## Now export image to file:
export img "your image here" to file tTargetImageFile as PNG
...
Hm, no thanks...You should Sign Up or Login to download this file
ok thanksKlaus wrote:Hm, no thanks...You should Sign Up or Login to download this file