After using LoadPixmap(), there are functions provided to obtain the loaded pixmaps pitch, format, and pixel pointer, but there's no direct way of getting its width and height.
One workaround is to load the pixmap as an image instead and use the ImageWidth() and ImageHeight() functions.
Shouldn't there be PixmapWidth() and PixelHeight() functions?
One workaround is to load the pixmap as an image instead and use the ImageWidth() and ImageHeight() functions.
Shouldn't there be PixmapWidth() and PixelHeight() functions?