Back to FabImage Library website

You are here: Start » Function Reference » Conversions » ImageToImageFormat

ImageToImageFormat


Header: FIL.h
Namespace: fil
Module: FoundationLite

Converts an image to an image format.

Syntax

C++
C#
 
void fil::ImageToImageFormat
(
	const fil::Image& inImage,
	fil::ImageFormat& outImageFormat
)

Parameters

Name Type Default Description
Input value inImage const Image& Input image
Output value outImageFormat ImageFormat&