Export service provider format error
During a development of the Export plugin I've run into a problem:
Need to export some files to multiple formats (depends on the original format: JPEG or DNG)
but according to the documentation the settings of export allow only one of the supported formats (JPEG, PSD, TIFF, DNG, ORIGINAL).
Is there some way to come over this limitation? If YES please show me how.
And the second thing: when I set only one format in `allowFileFormats` option ('DNG') regardless of the origin file format I always get JPEG one. However, if I set few output formats in
`allowFileFormats` such as ( TIFF, DNG) as a result I get the correct one (according to my settings). So my question is: is it a bug or a feature?