#include <kanzi/core.ui/bitmap/bitmap_image.hpp>
Namespaces | |
kanzi | |
Functions | |
KANZI_API BitmapImageUniquePtr | kanzi::captureCurrentFramebufferToImage (unsigned int width, unsigned int height, GraphicsFormat format) |
Capture the current framebuffer to an image. More... | |
KANZI_API BitmapImageUniquePtr | kanzi::captureScreenToImage (Renderer &renderer, unsigned int width, unsigned int height, GraphicsFormat format) |
Capture the screen (default framebuffer) to an image. More... | |