![]() |
Adobe Photoshop SDK |
|
Code Descriptor PiPL PropertiesCode descriptors tell Photoshop the type and location of a plug-in’s code. More...
Detailed DescriptionCode descriptors tell Photoshop the type and location of a plug-in’s code.More than one code descriptor may be included to build a "fat" plug-in which will run on different types of machines. Photoshop selects the best performing option. Photoshop makes sure that the callback structure is filled in with appropriate functions for the type of code that is loaded. So for PowerPC code, native function pointers will be provided and routine descriptor operations are not required either in calling the plug-in or for the plug-in to invoke Photoshop callback functions.
Define Documentation
PowerPC Mach-O code descriptor.
Key is 'mach'. This property key reflects the
PowerPC fragment descriptor.
Key is 'frag'. This property key reflects the
PowerPC CARBON fragment descriptor.
Key is 'frgc'. This property key reflects the
A 68k code resource with FPU.
Key is '68fp'. This property key reflects the
A SPARC version 7 code descriptor. Key is 'usp7'.
A SPARC version 8 code descriptor. Key is 'usp8.
A SPARC version 9 code descriptor. Key is 'usp9'.
A SPARC version 7 code descriptor. Key is 'usp7'.
A MIPS R3000 code descriptor. Key is 'umr3'.
A MIPS R4000 code descriptor. Key is 'umr4'.
A MIPS R4000 code descriptor, can be 64 bit. Key is 'um4w'.
A MIPS R8000 code descriptor, always 64 bit. Key is 'umr8'.
A MIPS R3000 code descriptor. Key is 'umr3'.
|