Subversion Repositories filter_foundry

Rev

Rev 373 | Rev 375 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 373 Rev 374
Line 19... Line 19...
19
echo "\n";
19
echo "\n";
20
 
20
 
21
# ------------------------------------------------------------------------------
21
# ------------------------------------------------------------------------------
22
 
22
 
23
ostype_header("AppleScript related");
23
ostype_header("AppleScript related");
24
ostype_info('aete', 'Apple Event Terminology', 'Apple'); // https://developer.apple.com/library/archive/documentation/mac/pdf/Interapplication_Communication/AE_Term_Resources.pdf
-
 
25
ostype_info('tELE', 'Plugin Suite ID', 'Telegraphics');
24
ostype_info('tELE', 'Plugin Suite ID', 'Telegraphics');
26
ostype_info('Fltr', 'Class ID "Filter" (PITerminology.h:eventFilter)', 'Adobe');
25
ostype_info('Fltr', 'Class ID "Filter" (PITerminology.h:eventFilter)', 'Adobe');
27
ostype_info('fiFo', 'Event ID (for non-standalone filter)', 'Telegraphics');
26
ostype_info('fiFo', 'Event ID (for non-standalone filter)', 'Telegraphics');
28
ostype_info('xprR', 'Expression "red" channel (for non-standalone filter)', 'Telegraphics');
27
ostype_info('xprR', 'Expression "red" channel (for non-standalone filter)', 'Telegraphics');
29
ostype_info('xprG', 'Expression "green" channel (for non-standalone filter)', 'Telegraphics');
28
ostype_info('xprG', 'Expression "green" channel (for non-standalone filter)', 'Telegraphics');
Line 38... Line 37...
38
ostype_info('cTl6', 'Slider 6 (for non-standalone filter)', 'Telegraphics');
37
ostype_info('cTl6', 'Slider 6 (for non-standalone filter)', 'Telegraphics');
39
ostype_info('cTl7', 'Slider 7 (for non-standalone filter)', 'Telegraphics');
38
ostype_info('cTl7', 'Slider 7 (for non-standalone filter)', 'Telegraphics');
40
ostype_footer();
39
ostype_footer();
41
 
40
 
42
ostype_header("Resource types");
41
ostype_header("Resource types");
-
 
42
ostype_info('aete', 'Apple Event Terminology', 'Apple'); // https://developer.apple.com/library/archive/documentation/mac/pdf/Interapplication_Communication/AE_Term_Resources.pdf
43
ostype_info('tpLT', 'Template for standalone filter resources', 'Telegraphics');
43
ostype_info('tpLT', 'Template for standalone filter resources', 'Telegraphics');
44
ostype_info('DATA', 'Generic Data (used in for obfuscated filters)', 'Apple?');
44
ostype_info('DATA', 'Generic Data (used in for obfuscated filters)', 'Apple?');
45
ostype_info('PARM', 'Filter Factory parameter data (PARM.h)', 'Adobe');
45
ostype_info('PARM', 'Filter Factory parameter data (PARM.h)', 'Adobe');
46
// https://developer.apple.com/library/archive/documentation/mac/pdf/MoreMacintoshToolbox.pdf
46
// https://developer.apple.com/library/archive/documentation/mac/pdf/MoreMacintoshToolbox.pdf
47
ostype_info('ALRT', 'Alert', 'Apple');
47
ostype_info('ALRT', 'Alert', 'Apple');
Line 59... Line 59...
59
//ostype_info('PiMI', 'Plug-in Meta Information', 'Adobe');
59
//ostype_info('PiMI', 'Plug-in Meta Information', 'Adobe');
60
ostype_info('PiPL', 'PlugIn Property List', 'Adobe');
60
ostype_info('PiPL', 'PlugIn Property List', 'Adobe');
61
ostype_info('catg', 'PiPL property "Category"', 'Adobe');
61
ostype_info('catg', 'PiPL property "Category"', 'Adobe');
62
ostype_info('name', 'PiPL property "Name"', 'Adobe');
62
ostype_info('name', 'PiPL property "Name"', 'Adobe');
63
ostype_info('hstm', 'PiPL property "Has terminology"', 'Adobe');
63
ostype_info('hstm', 'PiPL property "Has terminology"', 'Adobe');
64
ostype_info('8BIM', 'Adobe Photoshop vendor code', 'Adobe');
64
ostype_info('8BIM', 'Adobe Photoshop vendor code', 'Adobe'); // was '8B##" assigned to Adobe by Apple?
65
ostype_info('wx86', 'PIWin32X86CodeProperty (PIGeneral.h)', 'Adobe');
65
ostype_info('wx86', 'PIWin32X86CodeProperty (PIGeneral.h)', 'Adobe');
66
ostype_info('8664', 'PIWin64X86CodeProperty (PIGeneral.h)', 'Adobe');
66
ostype_info('8664', 'PIWin64X86CodeProperty (PIGeneral.h)', 'Adobe');
67
ostype_info('kind', 'PiPL property "Kind" (PIPL.r)', 'Adobe');
67
ostype_info('kind', 'PiPL property "Kind" (PIPL.r)', 'Adobe');
68
ostype_info('8BFM', 'Filter module (used in \'kind\' property)', 'Adobe');
68
ostype_info('8BFM', 'Adobe Filter module (used in \'kind\' property)', 'Adobe'); // was '8B##" assigned to Adobe by Apple?
69
ostype_info('vers', 'PiPL property "Version" (PIPL.r)', 'Adobe');
69
ostype_info('vers', 'PiPL property "Version" (PIPL.r)', 'Adobe');
70
ostype_info('mode', 'PiPL property "SupportedModes" (PIPL.r)', 'Adobe');
70
ostype_info('mode', 'PiPL property "SupportedModes" (PIPL.r)', 'Adobe');
71
ostype_info('ms32', 'PiPL property "PlugInMaxSize" (PIPL.r)', 'Adobe');
71
ostype_info('ms32', 'PiPL property "PlugInMaxSize" (PIPL.r)', 'Adobe');
72
ostype_info('fici', 'PiPL property "FilterCaseInfo" (PIPL.r)', 'Adobe');
72
ostype_info('fici', 'PiPL property "FilterCaseInfo" (PIPL.r)', 'Adobe');
73
 
73