ImgFormat_GetEncodersΒΆ
Return a list of the formats than can encode.
ImgFormat_GetEncoders(encoderIDsPtr{; encoderNamesPtr})
| encoderIDsPtr | Pointer | Pointer to the encoder ID array. |
| encoderNamesPtr | Pointer | Pointer to the encoder name array. |
Return the IDs, and optionally the names, of the formats than can encode.
Parameter encoderIDsPtr is a pointer to a text array.
On completion the text array will be contain the IDs of the formats that can encode.
The optional parameter encoderNamesPtr is also a pointer to a text array.
If specified, the array will be loaded with the respective format names.