CGImageSource.SupportedExportTypes
----------------------------------

Returns an array of uniform type identifiers (UTIs) that are supported for image destinations.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [CGImageSource](component_CGImageSource.md) | [9.4](newinversion94.md) | ✅ Yes | ❌ No | ❌ No | ✅ Yes, on macOS | ✅ Yes |

MBS( "CGImageSource.SupportedExportTypes" ) ### Parameters

none

### Result

Returns OK or error.

### Description

Returns an array of uniform type identifiers (UTIs) that are supported for image destinations.  
With macOS 10.15, this list is:   
public.jpeg, public.png, com.compuserve.gif, public.tiff, public.jpeg-2000, com.apple.atx, org.khronos.ktx, org.khronos.astc, public.heic, com.microsoft.ico, com.microsoft.bmp, com.apple.icns, com.adobe.photoshop-image, com.adobe.pdf, com.truevision.tga-image, com.ilm.openexr-image, public.pbm, public.pvr  
### See also

- [CGImageSource.SupportedTypes](CGImageSourceSupportedTypes.md)

### Release notes

- **Version 9.4**
    - Added [CGImageSource.Export](http://www.mbsplugins.eu/CGImageSourceExport.shtml) and [CGImageSource.SupportedExportTypes](http://www.mbsplugins.eu/CGImageSourceSupportedExportTypes.shtml) functions to export image.

### Blog Entries

- [Neue Funktionen des MBS FileMaker Plugin 9.4](https://www.mbsplugins.de/archive/2019-10-05/Neue_Funktionen_des_MBS_FileMa/monkeybreadsoftware_blog_filemaker)
- [MBS FileMaker Plugin, version 9.4pr5](https://www.mbsplugins.de/archive/2019-09-05/MBS_FileMaker_Plugin_version_9/monkeybreadsoftware_blog_filemaker)

This function checks for a license.

Created 30th August 2019 , last changed 10th August 2020

  
[CGImageSource.Status](CGImageSourceStatus.md) - [CGImageSource.SupportedTypes](CGImageSourceSupportedTypes.md)

[HTML Version](CGImageSourceSupportedExportTypes.shtml)