Back to FabImage Library Lite website

You are here: Start » Image » Image Basics » CopyPixels

CopyPixels


Header: FIL.h
Namespace: fil

Copies pixels from one image to another.

Syntax

void fil::CopyPixels
(
	fil::Image& ioImage,
	const fil::Region& inRoi,
	const fil::Image& inSourceImage
)

Parameters

Name Type Default Description
Input will be modified
ioImage Image&
Input value
inRoi const Region& Range of pixels to be processed
Input value
inSourceImage const Image&

Errors

List of possible exceptions:

Error type Description
DomainError Different image formats in CopyPixels.
DomainError Different image sizes in CopyPixels.