< Previous | Contents | Next >
Image:CopyOf()
function Process(req)
local img = InImage:GetValue(req) local out = img:CopyOf()
OutImage:Set(req, out)
end