brainite / php-file-converters

Provide unified interface for file conversion.
https://www.brainite.org/php-file-converters
MIT License
24 stars 6 forks source link

Allow wildcards in chain engine to minimize configuration #86

Closed stackpr closed 7 years ago

stackpr commented 7 years ago
      'webp->(jpg|gif|svg|tiff|wmf)' => array(
        'webp->png->img' => array(
          '#engine' => 'Chain',
          'chain' => 'webp->png->*',
        ),
      ),