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...") |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
| (5 intermediate revisions by 3 users not shown) | |||
| 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 | + | A '''Webshots''' file contains 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 == | ||
| Line 15: | Line 20: | ||
== Software == | == Software == | ||
| + | * [[Konvertor]] | ||
* [http://uwc.setaou.net/ UWC]: Ultimate Webshots Converter; open source [[Visual Basic]] utility | * [http://uwc.setaou.net/ UWC]: Ultimate Webshots Converter; open source [[Visual Basic]] utility | ||
* [http://sourceforge.net/projects/uwc/files/kUWC%20%28UWC%20for%20Linux%29/ kUWC]: [[Python]] port of UWC | * [http://sourceforge.net/projects/uwc/files/kUWC%20%28UWC%20for%20Linux%29/ kUWC]: [[Python]] port of UWC | ||
| + | |||
| + | == Sample files == | ||
| + | * {{DexvertSamples|image/webshotsPicture}} | ||
| + | |||
| + | [[Category:JPEG]] | ||
Latest revision as of 02:56, 28 December 2023
Webshots picture is a family of proprietary raster image file formats associated with the Webshots Desktop application (predecessor of Smile Desktop).
A Webshots file contains one or more embedded JPEG files. Part of the JPEG file may be obfuscated.
Contents |
[edit] Identification
WBC files begin with bytes AB 16 FA 95.
WBZ files begin with bytes 43 AB 91 67.
[edit] Specifications
Information obtained by reverse engineering:
- WBZ File Format
- WBC File Format
- WBX (a format used within WBZ)
[edit] Software
- Konvertor
- UWC: Ultimate Webshots Converter; open source Visual Basic utility
- kUWC: Python port of UWC