Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 372 → Rev 373

/trunk/os_types.md
0,0 → 1,68
OSTypes used in Filter Foundry
==============================
 
Note: According to the Photoshop API guide:
- All IDs starting with an uppercase letter are reserved by Adobe.
- All IDs that are all uppercase are reserved by Apple.
- All IDs that are all lowercase are reserved by Apple.
- This leaves all IDs that begin with a lowercase letter and have at least
one uppercase letter for you and other plug-in developers.
 
AppleScript related
-------------------
 
| Type | Dec | Hex | Description | Vendor |
|--------|------------|------------|---------------------------------------------------------|-----------------|
| `aete` | 1634038885 | 0x61657465 | Apple Event Terminology | Apple |
| `tELE` | 1950698565 | 0x74454c45 | Plugin Suite ID | Telegraphics |
| `Fltr` | 1181512818 | 0x466c7472 | Class ID "Filter" (PITerminology.h:eventFilter) | Adobe |
| `fiFo` | 1718175343 | 0x6669466f | Event ID (for non-standalone filter) | Telegraphics |
| `xprR` | 2020635218 | 0x78707252 | Expression "red" channel (for non-standalone filter) | Telegraphics |
| `xprG` | 2020635207 | 0x78707247 | Expression "green" channel (for non-standalone filter) | Telegraphics |
| `xprB` | 2020635202 | 0x78707242 | Expression "blue" channel (for non-standalone filter) | Telegraphics |
| `xprA` | 2020635201 | 0x78707241 | Expression "alpha" channel (for non-standalone filter) | Telegraphics |
| `cTl0` | 1666477104 | 0x63546c30 | Slider 0 (for non-standalone filter) | Telegraphics |
| `cTl1` | 1666477105 | 0x63546c31 | Slider 1 (for non-standalone filter) | Telegraphics |
| `cTl2` | 1666477106 | 0x63546c32 | Slider 2 (for non-standalone filter) | Telegraphics |
| `cTl3` | 1666477107 | 0x63546c33 | Slider 3 (for non-standalone filter) | Telegraphics |
| `cTl4` | 1666477108 | 0x63546c34 | Slider 4 (for non-standalone filter) | Telegraphics |
| `cTl5` | 1666477109 | 0x63546c35 | Slider 5 (for non-standalone filter) | Telegraphics |
| `cTl6` | 1666477110 | 0x63546c36 | Slider 6 (for non-standalone filter) | Telegraphics |
| `cTl7` | 1666477111 | 0x63546c37 | Slider 7 (for non-standalone filter) | Telegraphics |
 
Resource types
--------------
 
| Type | Dec | Hex | Description | Vendor |
|--------|------------|------------|---------------------------------------------------------|-----------------|
| `tpLT` | 1953516628 | 0x74704c54 | Template for standalone filter resources | Telegraphics |
| `DATA` | 1145132097 | 0x44415441 | Generic Data (used in for obfuscated filters) | Apple? |
| `PARM` | 1346458189 | 0x5041524d | Filter Factory parameter data (PARM.h) | Adobe (illegal) |
| `ALRT` | 1095520852 | 0x414c5254 | Alert | Apple |
| `CITL` | 1128879180 | 0x4349544c | Dialog template | Apple |
| `CNTL` | 1129206860 | 0x434e544c | Control | Apple |
| `DLOG` | 1145851719 | 0x444c4f47 | Dialog | Apple |
| `dlgx` | 1684825976 | 0x646c6778 | Extended Dialog | Apple |
| `dftb` | 1684436066 | 0x64667462 | Dialog Font Table | Apple |
| `PICT` | 1346978644 | 0x50494354 | Picture | Apple |
| `CURS` | 1129665107 | 0x43555253 | Cursor | Apple |
| `vers` | 1986359923 | 0x76657273 | Version number | Apple |
 
PlugIn Property List (PiPL) related
-----------------------------------
 
| Type | Dec | Hex | Description | Vendor |
|--------|------------|------------|---------------------------------------------------------|-----------------|
| `PiPL` | 1349079116 | 0x5069504c | PlugIn Property List | Adobe |
| `catg` | 1667331175 | 0x63617467 | PiPL property "Category" | Adobe (illegal) |
| `name` | 1851878757 | 0x6e616d65 | PiPL property "Name" | Adobe (illegal) |
| `hstm` | 1752396909 | 0x6873746d | PiPL property "Has terminology" | Adobe (illegal) |
| `8BIM` | 943868237 | 0x3842494d | Adobe Photoshop vendor code | Adobe (illegal) |
| `wx86` | 2004367414 | 0x77783836 | PIWin32X86CodeProperty (PIGeneral.h) | Adobe (illegal) |
| `8664` | 943076916 | 0x38363634 | PIWin64X86CodeProperty (PIGeneral.h) | Adobe (illegal) |
| `kind` | 1802071652 | 0x6b696e64 | PiPL property "Kind" (PIPL.r) | Adobe (illegal) |
| `8BFM` | 943867469 | 0x3842464d | Filter module (used in 'kind' property) | Adobe (illegal) |
| `vers` | 1986359923 | 0x76657273 | PiPL property "Version" (PIPL.r) | Adobe (illegal) |
| `mode` | 1836016741 | 0x6d6f6465 | PiPL property "SupportedModes" (PIPL.r) | Adobe (illegal) |
| `ms32` | 1836266290 | 0x6d733332 | PiPL property "PlugInMaxSize" (PIPL.r) | Adobe (illegal) |
| `fici` | 1718182761 | 0x66696369 | PiPL property "FilterCaseInfo" (PIPL.r) | Adobe (illegal) |