Skip to content

Commit e2201fc

Browse files
andrewringasottile
authored andcommitted
Add ppm file to extensions
PPM is portable pixmap format
1 parent eb54678 commit e2201fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

identify/extensions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@
267267
}
268268
EXTENSIONS_NEED_BINARY_CHECK = {
269269
'plist': {'plist'},
270+
'ppm': {'image', 'ppm'},
270271
}
271272

272273
NAMES = {

0 commit comments

Comments
 (0)