aboutsummaryrefslogtreecommitdiff
path: root/src/xbm.c
AgeCommit message (Collapse)Author
2024-06-15fix: missing deallocatingDien-Nhung Nguyen-Phu
2024-06-10Add support for .xbm bitmap fileDien-Nhung Nguyen-Phu
.xbm is easy to include in C as source file. It could be viewed and edited directly without need to be converted between images and C array.