You are here: Start » AVL.NET » Invoke.GetImageData

Invoke.GetImageData

Extracts the image content (raw pixel data) as a binary buffer.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void GetImageData
(
	Avl.Image inImage,
	Optional<int> inPitch,
	Avl.ByteBuffer outBuffer
)

Parameters

Name Type Range Default Description
inImageAvl.ImageInput image.
inPitchAtl.Optional<int><0, INF>Length, in bytes, between starts of consecutive image rows for the resulting data. Default value: atl::NIL.
outBufferAvl.ByteBuffer

See also