Skip to content

Commit ffc971e

Browse files
committed
Additional file type extensions in regression test runner
1 parent cd64999 commit ffc971e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Source/com/drew/tools/ProcessAllImagesInFolderUtility.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@ abstract static class FileHandlerBase implements FileHandler
174174
private final Set<String> _supportedExtensions = new HashSet<String>(
175175
Arrays.asList(
176176
"jpg", "jpeg", "png", "gif", "bmp", "heic", "heif", "ico", "webp", "pcx", "ai", "eps",
177-
"nef", "crw", "cr2", "orf", "arw", "raf", "srw", "x3f", "rw2", "rwl", "dcr",
177+
"nef", "crw", "cr2", "orf", "arw", "raf", "srw", "x3f", "rw2", "rwl", "dcr", "pef",
178178
"tif", "tiff", "psd", "dng",
179-
"mp3",
180179
"j2c", "jp2", "jpf", "jpm", "mj2",
180+
"mp3", "wav",
181181
"3g2", "3gp", "m4v", "mov", "mp4", "m2v", "m2ts", "mts",
182182
"pbm", "pnm", "pgm", "ppm",
183183
"avi",

0 commit comments

Comments
 (0)