Back to FabImage Library website

You are here: Start » Function Reference » Image » Image Basics » SaveImageObject

SaveImageObject


Header: FIL.h
Namespace: fil
Module: FoundationLite

Saves serialized Image object as FIDATA file.

Syntax

C++
C#
 
void fil::SaveImageObject
(
	const fil::Image& inImage,
	const ftl::File& inFilename
)

Parameters

Name Type Default Description
Input value inImage const Image& Image to be serialized
Input value inFilename const File& Name of the target file