PaintShop Pro Browser Cache
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|jbf}} |pronom={{PRONOM|fmt/217}} }} '''PaintShop Pro Browser Cache''' is a thumbnail image format associ...") |
(Add links to jbfinspect (full disclosure: own work)) |
||
| Line 9: | Line 9: | ||
== Identification == | == Identification == | ||
Files begin with a 16-byte signature: "<code>JASC BROWS FILE</code>", followed by a NUL byte (<code>0x00</code>). | Files begin with a 16-byte signature: "<code>JASC BROWS FILE</code>", followed by a NUL byte (<code>0x00</code>). | ||
| + | |||
| + | == Specification == | ||
| + | [https://github.com/0x09/jbfinspect/blob/master/jbfinspect.c jbfinspect.c] - Reverse-engineered file format specification included in source. | ||
== Software == | == Software == | ||
| + | * [http://github.com/0x09/jbfinspect jbfinspect] | ||
* [[XnView]] | * [[XnView]] | ||
== Sample files == | == Sample files == | ||
* [http://www.filewatcher.com/_/?q=pspbrwse.jbf FileWatcher search for pspbrwse.jbf] | * [http://www.filewatcher.com/_/?q=pspbrwse.jbf FileWatcher search for pspbrwse.jbf] | ||
Revision as of 03:58, 21 January 2016
PaintShop Pro Browser Cache is a thumbnail image format associated with PaintShop Pro. The file is usually named "pspbrwse.jbf", and contains thumbnails of other image files in the same directory.
Contents |
Identification
Files begin with a 16-byte signature: "JASC BROWS FILE", followed by a NUL byte (0x00).
Specification
jbfinspect.c - Reverse-engineered file format specification included in source.