Webshots picture
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|wbz}}, {{ext|wb1}}, {{ext|wbd}}, {{ext|wbc}}, {{ext|wbp}} }} '''Webshots picture''' is a family of propr...") |
|||
| Line 4: | Line 4: | ||
|extensions={{ext|wbz}}, {{ext|wb1}}, {{ext|wbd}}, {{ext|wbc}}, {{ext|wbp}} | |extensions={{ext|wbz}}, {{ext|wb1}}, {{ext|wbd}}, {{ext|wbc}}, {{ext|wbp}} | ||
}} | }} | ||
| − | '''Webshots picture''' is a family of proprietary raster image file formats | + | '''Webshots picture''' is a family of proprietary raster image file formats associated with the ''Webshots Desktop'' application (predecessor of ''Smile Desktop''). |
A '''Webshots''' file contain one or more embedded [[JPEG]] files. Part of the JPEG file may be obfuscated. | A '''Webshots''' file contain one or more embedded [[JPEG]] files. Part of the JPEG file may be obfuscated. | ||
| + | |||
| + | == Identification == | ||
| + | WBC files begin with bytes <code>AB 16 FA 95</code>. | ||
| + | |||
| + | WBZ files begin with bytes <code>43 AB 91 67</code>. | ||
== Specifications == | == Specifications == | ||
Revision as of 18:04, 29 June 2013
Webshots picture is a family of proprietary raster image file formats associated with the Webshots Desktop application (predecessor of Smile Desktop).
A Webshots file contain one or more embedded JPEG files. Part of the JPEG file may be obfuscated.
Identification
WBC files begin with bytes AB 16 FA 95.
WBZ files begin with bytes 43 AB 91 67.
Specifications
Information obtained by reverse engineering:
- WBZ File Format
- WBC File Format
- WBX (a format used within WBZ)
Software
- UWC: Ultimate Webshots Converter; open source Visual Basic utility
- kUWC: Python port of UWC