MegaPaint BLD

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
m (Links)
(Software)
(9 intermediate revisions by 4 users not shown)
Line 3: Line 3:
 
|subcat=Graphics
 
|subcat=Graphics
 
|extensions={{ext|bld}}
 
|extensions={{ext|bld}}
 +
|released=≤1990
 
}}
 
}}
'''MegaPaint BLD''' is a really obscure graphic file format (probably raster) for the MegaPaint program, which, according to a [https://www.reaconverter.com/convert/bld_to_pdf.html page] that's trying to get people to download a trial version of a program to convert it to [[PDF]], was for "early types of personal computers, including Commodore 64, Atari and Amiga." No more specific information seems to be easily findable, though there are pages for this extension on lots of the exploitative sites that have auto-generated, not-very-informative pages on every file extension they can find on any list. This format does show up on the list of formats supported by some multi-format utilities (including  [[Konvertor]] and [[XnView]]), which is likely how the other sites found out about it.
+
'''MegaPaint BLD''' is the main native raster graphics format of MegaPaint, a graphics editor developed by TommySoftware. There were editions of MegaPaint for Atari ST, MS-DOS, and Windows. Some were released as shareware. The best information about MegaPaint might be in German.
  
A search also stumbles onto the [http://megapaint.com.ph/ Mega Paint and Coating Corporation] in the Philippines, but this doesn't seem to have any connection with this format.
+
In addition to raster graphics, MegaPaint apparently has some sort of support for vector graphics.
  
== Links ==
+
== Related formats ==
* [http://cd.textfiles.com/crawlycrypt2/crm_demo/megapait/ MegaPaint demo] (Atari software)
+
Other MegaPaint formats include:
* [https://de.wikipedia.org/wiki/TommySoftware German Wikipedia: TommySoftware] - developer of MegaPaint
+
* .PAT - MegaPaint pattern
 +
* .VEK - MegaPaint vector format
 +
* .LIB - MegaPaint symbols library
 +
* .VLB - MegaPaint vector symbols library
 +
* .FNT - MegaPaint font
 +
 
 +
== Format details ==
 +
BLD format:
 +
{| class="wikitable"
 +
! Offset !! Type !! Details
 +
|-
 +
|0 || signed int16 [[Endianness|BE]] || Code for the image width and compression scheme. Actual width is 1 + the absolute value of this field. If negative, image is compressed.
 +
|-
 +
|2 || signed(?) int16 BE || Code for the image height. Actual height is 1 + the value of this field.
 +
|-
 +
|4 || bytes || The pixel data. After decompression if necessary (see below), the format is 1 bit/pixel, white-is-zero. Rows are padded to the next byte boundary.
 +
|}
 +
 
 +
=== Decompression algorithm ===
 +
Read the next byte, follow the instructions below, repeat.
 +
{| class="wikitable"
 +
! Code byte (N) !! Instructions
 +
|-
 +
|N=0 or N=255 || Read the next byte (C). Emit C+1 bytes of value N.
 +
|-
 +
|Any other || Emit 1 byte of value N.
 +
|}
 +
 
 +
== Software ==
 +
* [[XnView]]
 
* [[Konvertor]]
 
* [[Konvertor]]
 +
* [[RECOIL]]
 +
* [[Farbfeld Utilities]]
 +
* [http://whatis.rest7.com/how-to-open-bld-file Rest7 Online Converter]
 +
* {{Deark}}
 +
* MegaPaint
 +
** http://cd.textfiles.com/pslmonthly25/words/dos/gr_draw/megapnt.exe - MegaPaint PC Version 1.10; English; shareware
 +
** [https://archive.org/details/weird-science-clipart-cd Weird Science Clip Art CD] → UTILITY/PC/MEGAPANT/ - Another copy of PC v1.10
 +
** http://cd.textfiles.com/crawlycrypt2/crm_demo/megapait/ - MegaPaint Professional Demo v3.00; Atari ST; German
 +
** http://cd.textfiles.com/suzybatari1/picmanip/pic_m2r/mpntdemo/ - MegaPaint Professional Demo 4.00; Atari ST; English
 +
 +
== Sample files ==
 +
* http://cd.textfiles.com/pslmonthly25/words/dos/gr_draw/megapnt.exe ([[Self-extracting ZIP]]) → PICTURES/*.BLD
 +
* http://cd.textfiles.com/suzybatari1/picmanip/pic_m2r/mpntdemo/pictures/ → *.bld
 +
* https://telparia.com/fileFormatSamples/image/bld/
 +
* https://telparia.com/fileFormatSamples/image/megaPaintPattern/
 +
 +
== Links ==
 +
* [https://de.wikipedia.org/wiki/TommySoftware German Wikipedia: TommySoftware]
 
* {{AtariForumWiki|MegaPaint_file_format|MegaPaint file format}}, from the Atari Forum Wiki
 
* {{AtariForumWiki|MegaPaint_file_format|MegaPaint file format}}, from the Atari Forum Wiki
 +
 +
[[Category:Atari graphics formats]]

Revision as of 02:44, 20 September 2021

File Format
Name MegaPaint BLD
Ontology
Extension(s) .bld
Released ≤1990

MegaPaint BLD is the main native raster graphics format of MegaPaint, a graphics editor developed by TommySoftware. There were editions of MegaPaint for Atari ST, MS-DOS, and Windows. Some were released as shareware. The best information about MegaPaint might be in German.

In addition to raster graphics, MegaPaint apparently has some sort of support for vector graphics.

Contents

Related formats

Other MegaPaint formats include:

  • .PAT - MegaPaint pattern
  • .VEK - MegaPaint vector format
  • .LIB - MegaPaint symbols library
  • .VLB - MegaPaint vector symbols library
  • .FNT - MegaPaint font

Format details

BLD format:

Offset Type Details
0 signed int16 BE Code for the image width and compression scheme. Actual width is 1 + the absolute value of this field. If negative, image is compressed.
2 signed(?) int16 BE Code for the image height. Actual height is 1 + the value of this field.
4 bytes The pixel data. After decompression if necessary (see below), the format is 1 bit/pixel, white-is-zero. Rows are padded to the next byte boundary.

Decompression algorithm

Read the next byte, follow the instructions below, repeat.

Code byte (N) Instructions
N=0 or N=255 Read the next byte (C). Emit C+1 bytes of value N.
Any other Emit 1 byte of value N.

Software

Sample files

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox