aboutsummaryrefslogtreecommitdiff
path: root/src/graphics/image.c
AgeCommit message (Collapse)Author
2022-09-23Make window rgba and set background transparent to allow window clear to ↵dec05eba
work with transparency
2021-11-17Image: fix bug where images are forced to be in RGBA formatdec05eba
2021-11-05Add bounds calculation to textdec05eba
2021-11-05Fix font being corrupt with certain sizes, fix image being corrupt if its ↵dec05eba
rgb, fix window resize incorrect size
2021-10-24Add function to load image from memory, initialize window from an existing ↵dec05eba
window, allow creating text without font/string
2021-10-19Change from callback to window polldec05eba