Eyeon:Script/Reference/Applications/Fuse/Classes/Image/OMerge

From VFXPedia

< Eyeon:Script | Reference | Applications | Fuse | Classes | Image
Revision as of 00:47, 23 February 2008 by Izyk (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents


Summary

OMerge() is a destructive additive merge. It has none of the advanced transformation options found in Image:Merge - allowing only a simple offset of the foreground in x and y.

Usage

Image:OMerge(image foreground, number x_offset, number y_offset)

foreground (image, required)
An image object to use as the foreground for the merge.
x_offset, y_offset (number, optional)
A numeric value which specifies an offset for the Foreground in pixels.

Example


Tips for OMerge (edit)

EyeonTips:Script/Reference/Applications/Fuse/Classes/Image/OMerge