Skip to content

ashpakouski/BmpViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BMP Viewer 🖼️

BMP Viewer is an tiny applications that allows you to display BMP files right in your Windows Console window. Just drag your image and drop it onto the application launcher!

Screenshots

Build and Run

In case you just want to get an executable, feel free to download it from repository's Releases tab!

If you want to build and run this program in FASM editor directly:

  • Download it and open BmpViewer.asm file.
  • Press Ctrl+F9 to Build the program or just F9 to build and run it immediately.

Although it's more convenient to use other code editors (e.g. VS Code):

  • Add FASM folder to PATH environment variable and INCLUDE folder to INCLUDE variable.
  • Now open project in your favourite code editor and use predefined bat-scripts from corresponding folder to Build an executable!

Follow for more!