I’ve created a Control that you can draw on. I’m trying to dump it to an image. I’ve not connected any framebuffer, the whole save code is what you see. I understand that this is the reason it’s not working, and was hoping for a full example.
On CMake the error from Png::Save is Unsupported PNG Format: FormatRGBA_8_8_8_8_Int. It might be the same error on the other platforms.
I’ve been trying to save two pictures that get imported from camera roll as one PNG. So i have a canvas (DockPanel) with two movable pictures in it. These need to be saved together as one PNG.
So, how can i use the framebuffer class to generate a PNG file for me? Have you figured this out yet Bjørn-Olav?