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