C++ Programming GalleryGraphics

How to Draw a Bitmap BMP in C++ (BMPPlus), using graphics.h BGI library

Similar to PCXPlus but graphics bitmaps (BMP) using low-level drawing routines in 320×200 and 640×480 resolutions with 256 colors.

Developed by:

JOSE LUIS DE LA CRUZ LAZARO

YACSHA – Software & Desing, since 1999, Lima – Perú
The World of Chaos – EL MUNDO DEL CAOS – Unlimited Programming

You can DOWNLOAD the SOURCE CODE and executable software for FREE from here:

Join The World of Chaos Developer Community😃

Contribute to the project on Github!

HISTORY

  • Version 2 – 25-III-2024
    • Update: Porting to VC++ 2017 using winbgi
    • Load and fast plot a BMP and JPG using WinBGI
    • Show BMP Data from header for bella.bmp
    • Show BMP and JPG in original size and fit size using readimagefile
    • Fix: The readimagefile parameters were defined well so as not to distort the image when displayed in the original size
    • The drawing order of text and images is optimized, the text is always displayed first and then the images.
  • Version 1.0 8-IX-2000
    • Similar to PCXPlus but graphics bitmaps (BMP) using low-level drawing routines in 320×200 and 640×480 resolutions with 256 colors.

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button