Psion PIC
From Just Solve the File Format Problem
(Difference between revisions)
m (→See also) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
(8 intermediate revisions by 5 users not shown) | |||
Line 4: | Line 4: | ||
|extensions={{ext|pic}}, others | |extensions={{ext|pic}}, others | ||
|released=~1991 | |released=~1991 | ||
+ | |pronom={{PRONOM|fmt/1744}} | ||
}} | }} | ||
'''Psion PIC''' (also known as '''Psion Series 3 bitmap''' or '''EPOC PIC''') is a raster image file format associated with Psion's EPOC operating system, and used mainly on Psion PDA devices. | '''Psion PIC''' (also known as '''Psion Series 3 bitmap''' or '''EPOC PIC''') is a raster image file format associated with Psion's EPOC operating system, and used mainly on Psion PDA devices. | ||
− | A Psion PIC file contains one or more bi-level bitmaps. Sometimes, two bitmaps | + | A Psion PIC file contains one or more bi-level bitmaps. Sometimes, two bitmaps should be combined to make a grayscale image. It's not clear whether it's possible to reliably determine which bitmaps should be combined. |
== See also == | == See also == | ||
Line 21: | Line 22: | ||
== Software == | == Software == | ||
+ | * [[Konvertor]] | ||
* [[XnView]] | * [[XnView]] | ||
+ | * [http://cd.textfiles.com/blackphiles/PHILES/PSION/PBM2PIC.TGZ PBM2PIC.TGZ] | ||
+ | * {{Deark}} | ||
+ | * [[Tom's Editor Desktop]] | ||
== Sample files == | == Sample files == | ||
* [http://cd.textfiles.com/psion/ This Psion CD] contains some Psion PIC files, for example at [http://cd.textfiles.com/psion/disk1/GRAPHICS/PICTURES/ .../GRAPHICS/PICTURES/] and[http://cd.textfiles.com/psion/disk1/GRAPHICS/DRA_0001/5PIC/ .../GRAPHICS/DRA_0001/5PIC/] | * [http://cd.textfiles.com/psion/ This Psion CD] contains some Psion PIC files, for example at [http://cd.textfiles.com/psion/disk1/GRAPHICS/PICTURES/ .../GRAPHICS/PICTURES/] and[http://cd.textfiles.com/psion/disk1/GRAPHICS/DRA_0001/5PIC/ .../GRAPHICS/DRA_0001/5PIC/] | ||
+ | * {{DexvertSamples|image/psionPIC}} | ||
== Links == | == Links == | ||
Line 30: | Line 36: | ||
[[Category:Personal Digital Assistant formats]] | [[Category:Personal Digital Assistant formats]] | ||
+ | [[Category:EPOC/Symbian]] |
Latest revision as of 02:57, 28 December 2023
Psion PIC (also known as Psion Series 3 bitmap or EPOC PIC) is a raster image file format associated with Psion's EPOC operating system, and used mainly on Psion PDA devices.
A Psion PIC file contains one or more bi-level bitmaps. Sometimes, two bitmaps should be combined to make a grayscale image. It's not clear whether it's possible to reliably determine which bitmaps should be combined.
Contents |
[edit] See also
- EPOC MBM (successor format)
- Psion IMG/APP (may contain embedded PIC files)
- Psion OPO/OPA (may contain embedded PIC files)
[edit] Identification
Files begin with bytes 'P' 'I' 'C' 0xDC '0' '0'
.
[edit] Specifications
[edit] Software
[edit] Sample files
- This Psion CD contains some Psion PIC files, for example at .../GRAPHICS/PICTURES/ and.../GRAPHICS/DRA_0001/5PIC/
- dexvert samples — image/psionPIC