Storyboard PIC/CAP

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Software)
Line 23: Line 23:
 
Storyboard Plus seems to use the <code>EP_CAP</code> format only for text mode CAP files.
 
Storyboard Plus seems to use the <code>EP_CAP</code> format only for text mode CAP files.
  
In other cases, PIC and CAP use a different format that's not easy to identify. Based on limited testing, PIC files seem to start with {{magic|00 ?? c1}}, and CAP files with {{magic|54 ?? c1}}. The formats appear to be pretty similar after the first byte.
+
For the newer format, the following byte patterns may appear at the start of the file:
 +
 
 +
?? 84 c1 01 00 = 640x200 16-color mode
 +
?? 84 c1 03 00 = 640x350 16-color mode
 +
?? 84 c1 07 00 = 640x480 16-color mode
 +
?? 84 c1 08 00 = 320x200 4-color mode
 +
?? 85 c1 0a 00 = 320x200 256-color mode
 +
?? 86 c1 0b 00 = 640x480 256-color mode
 +
 
 +
The first byte is observed to be either 0x00 or 0x54. Stricter identification, using the bytes at offsets 5 through 12, may be possible. It's not clear how flexible the format is.
  
 
== Software ==
 
== Software ==
Line 32: Line 41:
 
* [https://winworldpc.com/product/ibm-storyboard/live-20 IBM Storyboard Live 2.0, at WinWorld]
 
* [https://winworldpc.com/product/ibm-storyboard/live-20 IBM Storyboard Live 2.0, at WinWorld]
 
* [[Image Alchemy]]
 
* [[Image Alchemy]]
* {{Deark}} (old "<code>EP_CAP</code>" format only)
+
* {{Deark}}
  
 
== Sample files ==
 
== Sample files ==

Revision as of 17:30, 11 November 2022

File Format
Name Storyboard PIC/CAP
Ontology
Extension(s) .pic, .cap
Wikidata ID Q105850199
Released 1985

Storyboard .PIC and .CAP are graphics formats associated with Storyboard, a line of presentation software by IBM.

There are at least three editions of Storyboard: PC Storyboard, Storyboard Plus, and Storyboard Live!.

PIC is a raster graphics format. CAP is a screen capture format which may contain raster graphics, or characters/text. (However, Storyboard Live! does not seem to create text mode CAP files.)

PIC format is primarily associated with the Picture Maker component of Storyboard. PIC format can also be called Picture Maker PIC, or something like that.

A CAP file is created by the Picture Taker component of Storyboard.

Picture Maker can read PIC and CAP files. Some versions of Storyboard also include a SHOWPIC.EXE utility that can display them.

Identification

For PC Storyboard, all formats are observed to start with ASCII "EP_CAP".

Storyboard Plus seems to use the EP_CAP format only for text mode CAP files.

For the newer format, the following byte patterns may appear at the start of the file:

?? 84 c1 01 00 = 640x200 16-color mode
?? 84 c1 03 00 = 640x350 16-color mode
?? 84 c1 07 00 = 640x480 16-color mode
?? 84 c1 08 00 = 320x200 4-color mode
?? 85 c1 0a 00 = 320x200 256-color mode
?? 86 c1 0b 00 = 640x480 256-color mode

The first byte is observed to be either 0x00 or 0x54. Stricter identification, using the bytes at offsets 5 through 12, may be possible. It's not clear how flexible the format is.

Software

Sample files

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox