All public logs
Jump to navigation
Jump to search
Combined display of all available logs of QB64 Phoenix Edition Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:25, 21 April 2022 BigRon55 talk contribs created page Bitmaps (Created page with "<center>'''Bitmaps''' are image files with the .BMP file name extension.</center> {| align="right" | __TOC__ |} * Bitmaps can use 1, 4, 8 or 24/32 bits per pixel(BPP) color palettes. * Unlike Qbasic, QB64 is capable of working with 24 bit per pixel color(16 million) bitmaps and can create 32 bit screens to use them with the _NEWIMAGE function. * Text SCREEN mode 0 cannot be screen saved in Qbasic or QB64. * The structure of the Bitmap header can be placed in a [...")