BSAVE Image

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
m (Links)
(Platform-specific images)
Line 21: Line 21:
 
* [[Apple II graphics formats]]
 
* [[Apple II graphics formats]]
 
* [[Atari graphics formats]]
 
* [[Atari graphics formats]]
 +
* [[Commodore graphics formats]]
  
 
== Sample files ==
 
== Sample files ==

Revision as of 11:50, 7 August 2014

File Format
Name BSAVE Image
Ontology
Extension(s) .pic, .bsv, .cgx, .scn, others

BSAVE Image (or BSAVED Image, BSAVE graphics, BSV, etc.) is a loosely-defined family of raster and character-based graphics file formats, based on the behavior of the BSAVE command in QuickBASIC and certain other implementations of the BASIC programming language.

The file consists of a header, followed by a raw dump of video memory (or something approximating that). The Wikipedia article seems to be the best source of information about it.

BSAVE Image files are not very portable. There are many varieties of them, and no reliable way to distinguish all of them.

Contents

Format

BSAVE Image files (of the PC variety) begin with the byte 0xFD. They may have a 7-byte header, or an 11-byte header that includes the width (apparently measured in bits, not pixels) and height.

After the image data, there is usually a 0x1A (Ctrl+Z) byte. It is usually the last byte in the file, but sometimes there is extra data or padding after it.

Platform-specific images

Since BSAVE images are raw dumps of graphic data in memory, they are platform-specific and depend in format on how the graphics are stored (and on what header bytes are attached to binary files) on the particular platform on which they were created. Some of the platform-specific graphics are documented here:

Sample files

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox