Skip to content

Commit

Permalink
Support .arw files (Sony Raw)
Browse files Browse the repository at this point in the history
  • Loading branch information
eigan committed Aug 4, 2019
1 parent c08359c commit ffa1e79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ class File
'svg', 'svgz', 'tiff', 'tif', 'psd', 'uvi', 'uvvi', 'uvg', 'uvvg', 'sub', 'djvu',
'djv', 'dwg', 'dxf', 'fbs', 'fpx', 'fst', 'mmr', 'rlc', 'mdi', 'wdp', 'npx', 'wbmp',
'xif', 'webp', '3ds', 'ras', 'cmx', 'fh', 'fhc', 'fh4', 'fh5', 'fh7', 'ico', 'sid',
'pcx', 'pic', 'pct', 'pnm', 'pbm', 'pgm', 'ppm', 'rgb', 'tga', 'xbm', 'xpm', 'xwd'
'pcx', 'pic', 'pct', 'pnm', 'pbm', 'pgm', 'ppm', 'rgb', 'tga', 'xbm', 'xpm', 'xwd',
'arw'
];

const VIDEO_EXTENSIONS = [
Expand Down

0 comments on commit ffa1e79

Please sign in to comment.