OS/2 Pointer
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|ptr}} }} OS/2 Pointer is a cursor graphics format related to OS/2 BMP, and sometimes considered ...") |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
|extensions={{ext|ptr}} | |extensions={{ext|ptr}} | ||
}} | }} | ||
− | [[OS/2 Pointer]] is a cursor graphics format related to | + | [[OS/2 Pointer]] is a cursor graphics format related to OS/2 [[BMP]]. It is a member of the [[OS/2 bitmap family]] of formats. It is very similar to [[OS/2 Icon]] format. |
+ | |||
+ | Some Pointer files use the [[OS/2 Bitmap Array]] container format, though this does not seem to be very common. | ||
== Identification == | == Identification == | ||
− | An OS/2 Pointer file | + | An OS/2 Pointer file may begin with ASCII characters "{{magic|CP}}" (color), or "{{magic|PT}}" (bi-level). |
+ | |||
+ | Or, it may begin with "{{magic|BA}}" (see [[OS/2 Bitmap Array]]), and have "{{magic|CP}}" or "{{magic|PT}}" at offset 14. | ||
== Specifications == | == Specifications == | ||
* [http://www.fileformat.info/format/os2bmp/spec/902d5c253f2a43ada39c2b81034f27fd/view.htm OS/2 Presentation Manager Programming Reference Guide, Vol III] | * [http://www.fileformat.info/format/os2bmp/spec/902d5c253f2a43ada39c2b81034f27fd/view.htm OS/2 Presentation Manager Programming Reference Guide, Vol III] | ||
+ | |||
+ | == Software == | ||
+ | * {{Deark}} | ||
== Sample files == | == Sample files == | ||
+ | * [https://archive.org/details/OS2BBS OS/2 BBS Files Archive] → 25-Icons.zip | ||
* http://cd.textfiles.com/hobbesos29804/disk1/CURSORS/ | * http://cd.textfiles.com/hobbesos29804/disk1/CURSORS/ | ||
+ | * Some pointer sets can be found at http://kimludvigsen.dk/os2/os2/graphx/index.php | ||
* [http://wp1028399.wp048.webpack.hosteurope.de/prak1.rar prak1.rar] | * [http://wp1028399.wp048.webpack.hosteurope.de/prak1.rar prak1.rar] | ||
+ | * {{DexvertSamples|image/os2Pointer}} | ||
== Links == | == Links == | ||
* {{EGFF|os2bmp|OS/2 Bitmap File Format Summary}}, from the [[Encyclopedia of Graphics File Formats]] | * {{EGFF|os2bmp|OS/2 Bitmap File Format Summary}}, from the [[Encyclopedia of Graphics File Formats]] | ||
− | [[Category: | + | [[Category:OS/2]] |
Latest revision as of 03:58, 28 December 2023
OS/2 Pointer is a cursor graphics format related to OS/2 BMP. It is a member of the OS/2 bitmap family of formats. It is very similar to OS/2 Icon format.Some Pointer files use the OS/2 Bitmap Array container format, though this does not seem to be very common.
Contents |
[edit] Identification
An OS/2 Pointer file may begin with ASCII characters "CP
" (color), or "PT
" (bi-level).
Or, it may begin with "BA
" (see OS/2 Bitmap Array), and have "CP
" or "PT
" at offset 14.
[edit] Specifications
[edit] Software
[edit] Sample files
- OS/2 BBS Files Archive → 25-Icons.zip
- http://cd.textfiles.com/hobbesos29804/disk1/CURSORS/
- Some pointer sets can be found at http://kimludvigsen.dk/os2/os2/graphx/index.php
- prak1.rar
- dexvert samples — image/os2Pointer