write(to:)
Exports the texture data to an image file at the specified URL.
Declaration
func write(to URL: URL) -> BoolParameters
- URL:
The file URL at which to write the texture image.
Return Value
Discussion
Model I/O automatically infers the file format in which to export the image from the filename extension of the url parameter. This method can export textures in JPEG, TIFF, PNG, or (in macOS only) OpenEXR format.