Back to FabImage Library website
You are here: Start » Function Reference » Conversions » 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 | |
|---|---|---|---|---|
![]() |
inImage | const Image& | Input image | |
![]() |
outImageFormat | ImageFormat& |


