Page 1 of 1

Exporting snapshots again

Posted: Mon Aug 16, 2021 12:26 pm
by richmond62
As for the last 20 odd years I have been exporting snapshots from groups without
any obvious problems I was a bit 'fidazzled' when I could not do this:

Code: Select all

export snapshot from rect of img "NAS" to file "NAS1.png" as PNG
or this:

Code: Select all

export snapshot from rect of (img "NAS") to file "NAS1.png" as PNG
The Dictionary is NO help.

Re: Exporting snapshots again

Posted: Mon Aug 16, 2021 2:50 pm
by andresdt

Code: Select all

export snapshot from img "NAS" to file "NAS1.png" as PNG
or

Code: Select all

export snapshot from rect( the rect of img "NAS") to file "NAS1.png" as PNG

Re: Exporting snapshots again

Posted: Mon Aug 16, 2021 3:22 pm
by richmond62

Code: Select all

export snapshot from rect( the rect of img "NAS") to file "NAS1.png" as PNG
Does the "trick": thank you very much.

Mind you the Dictionary is 'extremely unclear' in those parts. :evil:

OOPS: NO it doesn't: it exports an image the size of image "NAS" but not of the area occupied by
image "NAS" as image "NAS" is not bang up against the left-hand side of the stack.