|
![]() |
![]() |
version 2003
PA_ConvertPicture (picture; size; format) → PA_Handle
Parameter | Type | Description | |
picture | void * | → | Pointer to the picture to convert |
size | long | → | Picture size (bytes) |
format | unsigned long | → | Format of the new picture |
Function result | PA_Handle | ← | The converted picture |
Description
The routine
PA_ConvertPicture
converts a 4D picture from 'PICT' (standard storage format in 4D for both Mac and Windows) to any format compatible with the currently installed version of QuickTime.
picture
is a pointer to the data embeding the picture and
size
is its size in bytes.