Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84c8baf commit 0638b60Copy full SHA for 0638b60
1 file changed
Mac/scripts/ConfigurePython.py
@@ -89,9 +89,11 @@ def help():
89
("imggif.slb", "imgmodules.slb"),
90
("imgjpeg.slb", "imgmodules.slb"),
91
("imgop.slb", "imgmodules.slb"),
92
+ ("imgpbm.slb", "imgmodules.slb"),
93
("imgpgm.slb", "imgmodules.slb"),
94
("imgppm.slb", "imgmodules.slb"),
- ("imgtiff.slb", "imgmodules.slb")
95
+ ("imgtiff.slb", "imgmodules.slb"),
96
+ ("imgsgi.slb", "imgmodules.slb")
97
]
98
99
0 commit comments