Question
How to retrieve a bitmap size at compile time?
Is there a way to retrieve the bitmap size at compile time ?
I find it a bit redundant to get the size of a bitmap at run time as the size is known after touchgfx generates all the images.
Why not put some #define in the BitmapDataBase with the size (width and height) of each image?
Thanks.
