|
Kanzi Graphics Engine
|
Screen capturing utility. More...
#include <core/util/image/kzc_image.h>Functions | |
| kzsError | kzcScreenCaptureToImage (const struct KzcMemoryManager *memoryManager, kzUint width, kzUint height, enum KzcImageDataFormat format, struct KzcImage **out_image) |
| Creates image from color buffer attached to window. More... | |
Screen capturing utility.
Copyright 2008-2019 by Rightware. All rights reserved.
| kzsError kzcScreenCaptureToImage | ( | const struct KzcMemoryManager * | memoryManager, |
| kzUint | width, | ||
| kzUint | height, | ||
| enum KzcImageDataFormat | format, | ||
| struct KzcImage ** | out_image | ||
| ) |
Creates image from color buffer attached to window.