CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 10 of 10

Threaded View

  1. #1
    Join Date
    Feb 2006
    Posts
    31

    Convert BSAVE (BSV) to BMP or other common format?

    I wasn't sure where to put this post, so I decided to just put it here since it's related to BASIC (GWBASIC). (Feel free to move it somewhere else if there is a better place)

    I have a project at work that I'm working on. I am trying to convert a BSAVEd image to a file format that is easily recognized by mspaint. I have searched and searched and can't find anything. I found some that will work in reverse (bmp to bsv), but that obviously doesn't help. I would like to have it run from within my gwbasic program using the SHELL command with arguements. It's just a monochrome screen grab.

    Any help would be greatly appreciated.

    Side note: we are trying to replace a line printer with a laser printer. I was planning writing the text to a file and the associated graphic to a file and just print them as files instead of line by line, which wouldn't work on the laser printer. If anyone has any better creative solutions to this, please let me know.
    Last edited by Tineras; August 20th, 2008 at 07:43 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured