misc.imageGraphic

Syntax misc.imageGraphic (appID, graphic, format)

Params appID is a value identifying the application to which this verb is addressed. It can be a string4 containing the application signature, a binary value obtained by calling sys.browseNetwork or a string containing a valid network address.

graphic is a binary value containing the graphic data to be imaged in another format.

format is a string4 value indicating the desired format for the graphic data.

Action Instructs the application identified by appID to render the graphic in the new format.

Returns A binary value containing the graphic data in the requested format.

Examples
Platform Notes This verb is only implemented in the Mac OS version of Frontier.

Notes This verb is intended to be used only with graphic applications that support the Miscellaneous Standards suite of Apple events. Typically, an application's verb table will include high-level verbs that correspond to all of the events that it supports,

so scripts should not have to call the misc verbs directly.

The binary graphic can be a PICT obtained using pict.getPicture or pict.pictureToPICT, or it can contain PICT, EPSF, or TIFF data created by another application.

See Also pict.getPicture

pict.PictureToPICT

Discuss