QPix Command Reference
Graphics Importers
|
|
| QPx_NewImporterForPict(importerRef; pictVar):error | |||
|
|
importerRef | Longint | Reference to a new graphics importer |
|
|
pictVar | Picture | 4D picture variable |
|
|
error | Longint | Error result |
Creates a graphics importer instance for the image data stored in the picture variable and returns a reference. This reference can be used with all QPix commands in this group to refer to this graphics importer instance and its associated data.
A reference to the importer is returned in importerRef.
Note: After you have finished working with an importer instance, you should destroy it by calling QPx_FreeImporter.