BSAVE Image

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Sample files)
m (Sample files)
 
(4 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
|extensions={{ext|pic}}, {{ext|scn}}, {{ext|bsv}}, {{ext|cgx}}, others
 
|extensions={{ext|pic}}, {{ext|scn}}, {{ext|bsv}}, {{ext|cgx}}, others
 
}}
 
}}
'''BSAVE Image''' (or '''BSAVED Image''', '''BSAVE graphics''', '''BSV''', '''BLOAD format''', etc.) is a loosely-defined family of raster and character-based graphics file formats, based on the behavior of the <code>BSAVE</code> and <code>BLOAD</code> commands in QuickBASIC and certain other implementations of the [[BASIC]] programming language.
+
'''BSAVE Image''' (or '''BSAVED Image''', '''BSAVE graphics''', '''BSV''', '''BLOAD format''', etc.) is a loosely-defined family of raster and character-based graphics file formats, based on the behavior of the <code>BSAVE</code> and <code>BLOAD</code> commands in QuickBASIC and certain other implementations of the [[BASIC]] programming language. This article is mainly about the formats used by DOS/PC software.
  
 
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.
 
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.
Line 10: Line 10:
 
BSAVE Image files are not very portable. There are many varieties of them, and no reliable way to distinguish all of them.
 
BSAVE Image files are not very portable. There are many varieties of them, and no reliable way to distinguish all of them.
  
== Format ==
+
== Format details ==
 
BSAVE Image files (of the PC variety) begin with the byte <code>0xFD</code>. They may have a 7-byte header, or an 11-byte header that includes the width (measured in bits, not pixels) and height.
 
BSAVE Image files (of the PC variety) begin with the byte <code>0xFD</code>. They may have a 7-byte header, or an 11-byte header that includes the width (measured in bits, not pixels) and height.
  
After the image data, there is usually a <code>0x1A</code> (Ctrl+Z) byte. It is usually the last byte in the file, but sometimes there is extra data or padding after it.
+
After the image data, there might or might not be a <code>0x1A</code> (Ctrl+Z) byte, and/or extra data or padding.
  
 
== Platform-specific images ==
 
== Platform-specific images ==
Line 23: Line 23:
 
* [[Commodore graphics formats]]
 
* [[Commodore graphics formats]]
 
* [[MSX BASIC graphics]] and [[Graph Saurus]]
 
* [[MSX BASIC graphics]] and [[Graph Saurus]]
 +
 +
== Identification ==
 +
A BSAVE file starts with the byte {{magic|0xfd}}.
 +
 +
One issue to be aware of is that both BSAVE and compressed [[MegaPaint BLD]] can start with <code>0xfd</code>, and can use the '''.bld''' extension.
 +
 +
''(TODO: Discuss heuristics that can help to identify BSAVE files.)''
 +
 +
== See also ==
 +
* [[PCPaint BSAVE]]
  
 
== Software ==
 
== Software ==
* [http://entropymine.com/deark/ Deark]
+
* {{Deark}}
 +
 
 +
''(This section needs expansion. There are many DOS programs that support BSAVE in some way.)''
  
 
== Sample files ==
 
== Sample files ==
Line 36: Line 48:
 
* http://cd.textfiles.com/hamradio/misc/monalith/
 
* http://cd.textfiles.com/hamradio/misc/monalith/
 
* [http://cd.textfiles.com/internetconnection/graphics/kd_lib1.zip kd_lib1.zip]
 
* [http://cd.textfiles.com/internetconnection/graphics/kd_lib1.zip kd_lib1.zip]
 +
* {{DexvertSamples|image/bsave}}
  
 
== Links ==
 
== Links ==
Line 41: Line 54:
 
* [http://support.microsoft.com/kb/34407 Micosoft Support: BSAVE/BLOAD File Format Explained for Basic]
 
* [http://support.microsoft.com/kb/34407 Micosoft Support: BSAVE/BLOAD File Format Explained for Basic]
 
* [http://ffenc.blogspot.com/2008/04/quickbasic-bsave-format.html QuickBasic BSAVE Format]
 
* [http://ffenc.blogspot.com/2008/04/quickbasic-bsave-format.html QuickBasic BSAVE Format]
* {{EGFF|pictor|Pictor PC Paint File Format Summary}} from the [[Encyclopedia of Graphics File Formats]] - Has information about the BSAVE format used by PC Paint
+
* {{EGFF|pictor|Pictor PC Paint File Format Summary}} from the [[Encyclopedia of Graphics File Formats]] - Has information about the [[PCPaint BSAVE|BSAVE format]] used by PC Paint

Latest revision as of 04:21, 28 December 2023

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

BSAVE Image (or BSAVED Image, BSAVE graphics, BSV, BLOAD format, etc.) is a loosely-defined family of raster and character-based graphics file formats, based on the behavior of the BSAVE and BLOAD commands in QuickBASIC and certain other implementations of the BASIC programming language. This article is mainly about the formats used by DOS/PC software.

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

[edit] Format details

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 (measured in bits, not pixels) and height.

After the image data, there might or might not be a 0x1A (Ctrl+Z) byte, and/or extra data or padding.

[edit] 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:

[edit] Identification

A BSAVE file starts with the byte 0xfd.

One issue to be aware of is that both BSAVE and compressed MegaPaint BLD can start with 0xfd, and can use the .bld extension.

(TODO: Discuss heuristics that can help to identify BSAVE files.)

[edit] See also

[edit] Software

(This section needs expansion. There are many DOS programs that support BSAVE in some way.)

[edit] Sample files

[edit] Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox