Back to Aurora Vision Library website
You are here: Start » Function Reference » Conversions » ImageToImageFormat
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationLite |
Converts an image to an image format.
Syntax
C++
C#
void avl::ImageToImageFormat ( const avl::Image& inImage, avl::ImageFormat& outImageFormat )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inImage | const Image& | Input image | |
![]() |
outImageFormat | ImageFormat& |


