The new Import snapshot of object function
Posted: Thu Jul 27, 2006 7:53 pm
New in 2.7.2 is this command:
In my attempts so far, I've been unable to create a syntactically correct version of this command which achieves what I'm try to do.
Anyone have an example of this in use? I'm particularly trying to dynamically generate a group, and composite it into an image... without all the flash-bulbs involved in a typical snapshot process. I find that having the screen locked, or trying to do such a composite outside the boundaries of the screen results in a screw-up composite image. I'm looking for a visually clean way to create such composite images.The import and export snapshot commands have been extended with the following
new syntax:
import snapshot from [rectangle <rect> of] <object-chunk>
export snapshot from [rectangle <rect> of] <object-chunk> to ...
In both cases <object-chunk> cannot be a stack (the remainder of the export form is the same as the existing export snapshot command). The rectangle is in relative coordinates.
In my attempts so far, I've been unable to create a syntactically correct version of this command which achieves what I'm try to do.