EPOC Sketch
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics }} '''EPOC Sketch''' (also known as '''Psion Series 5 Sketch''', '''Psion Sketch''', or '''S5 Sketch''') is a raster image...") |
(→Sample files) |
||
(5 intermediate revisions by one user not shown) | |||
Line 3: | Line 3: | ||
|subcat=Graphics | |subcat=Graphics | ||
}} | }} | ||
− | '''EPOC Sketch''' (also known as '''Psion Series 5 Sketch''', '''Psion Sketch''', or '''S5 Sketch''') is a raster image file format associated with Psion's EPOC operating system. It | + | '''EPOC Sketch''' (also known as '''Psion Series 5 Sketch''', '''Psion Sketch''', or '''S5 Sketch''') is a raster image file format associated with Psion's EPOC operating system. It has a lot in common with [[EPOC MBM]], but is somewhat more sophisticated. |
== Identification == | == Identification == | ||
− | Files begin with bytes | + | Files begin with bytes {{magic|37 00 00 10 6D 00 00 10 7D 00 00 10 9C F9 08 55}}. |
== Specifications == | == Specifications == | ||
− | * http://software.frodo.looijaard.name/psiconv/formats/Sketch_File.html | + | * [http://software.frodo.looijaard.name/psiconv/formats/Sketch_File.html Format info from Psiconv] |
== Software == | == Software == | ||
− | * [http://software.frodo.looijaard.name/psiconv/ Psiconv] | + | * [http://software.frodo.looijaard.name/psiconv/ Psiconv] (must be built with [[ImageMagick]] library in order to support EPOC Sketch) |
+ | * {{Deark}} | ||
== Sample files == | == Sample files == | ||
* http://www.pscience5.net/LFDocs.htm → [http://www.pscience5.net/lost/clip5art.zip clip5art.zip] | * http://www.pscience5.net/LFDocs.htm → [http://www.pscience5.net/lost/clip5art.zip clip5art.zip] | ||
+ | * [http://www.pscience5.net/downloads/ColourIcons_A-C.zip ColourIcons_A-C.zip] → CalcCRC icon.zip | ||
+ | * {{DexvertSamples|image/epocSketch}} | ||
[[Category:Personal Digital Assistant formats]] | [[Category:Personal Digital Assistant formats]] | ||
+ | [[Category:EPOC/Symbian]] |
Latest revision as of 15:31, 20 November 2024
EPOC Sketch (also known as Psion Series 5 Sketch, Psion Sketch, or S5 Sketch) is a raster image file format associated with Psion's EPOC operating system. It has a lot in common with EPOC MBM, but is somewhat more sophisticated.
Contents |
[edit] Identification
Files begin with bytes 37 00 00 10 6D 00 00 10 7D 00 00 10 9C F9 08 55
.
[edit] Specifications
[edit] Software
- Psiconv (must be built with ImageMagick library in order to support EPOC Sketch)
- Deark