1
Graphics / Can I load an image from GIMP exported C file?
« on: March 03, 2020, 04:04:50 pm »
Is there a way to load an image from a c file just like we can do for icons? I couldn't find any question about this.
Edit: I mean, there are methods to load these .c images, but is there a
window.setIcon(triangle_icon.height,triangle_icon.width,triangle_icon.pixel_data);
Edit: I mean, there are methods to load these .c images, but is there a
setIcon
like quick method for this?