Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0638b60

Browse files
committed
Added imgpbm and imgsgi
1 parent 84c8baf commit 0638b60

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Mac/scripts/ConfigurePython.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,11 @@ def help():
8989
("imggif.slb", "imgmodules.slb"),
9090
("imgjpeg.slb", "imgmodules.slb"),
9191
("imgop.slb", "imgmodules.slb"),
92+
("imgpbm.slb", "imgmodules.slb"),
9293
("imgpgm.slb", "imgmodules.slb"),
9394
("imgppm.slb", "imgmodules.slb"),
94-
("imgtiff.slb", "imgmodules.slb")
95+
("imgtiff.slb", "imgmodules.slb"),
96+
("imgsgi.slb", "imgmodules.slb")
9597
]
9698

9799

0 commit comments

Comments
 (0)