Table of Contents ▸ List of Commands ▸ Input / Output ▸ shared | ◀ shape_star | sample ▶ |
shared | Built-in command |
Arguments:
- x0[%],x1[%],y[%],z[%],c[%] or
- y0[%],y1[%],z[%],c[%] or
- z0[%],z1[%],c[%] or
- c0[%],c1[%] or
- c0[%] or
- (no arg)
Description:
Insert shared buffers from (opt. points/rows/planes/channels of) selected images.Shared buffers cannot be returned by a command, nor a local environment.
(equivalent to shortcut command sh).
This command has a
.Examples of use:
• Example #1
image.jpg shared 1 blur[-1] 3 remove[-1]

• Example #2
image.jpg repeat s { shared 25%,75%,0,$> mirror[-1] x remove[-1] }
