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 c59a5d4 commit 22023f4Copy full SHA for 22023f4
1 file changed
Mac/Modules/config.c
@@ -121,6 +121,7 @@ extern void initimgppm();
121
extern void initimgpgm();
122
extern void initimgtiff();
123
extern void initimgsgi();
124
+extern void initimgpng();
125
extern void initimgop();
126
#endif
127
#ifdef USE_TK
@@ -214,6 +215,7 @@ struct _inittab inittab[] = {
214
215
{"imgpgm", initimgpgm},
216
{"imgtiff", initimgtiff},
217
{"imgsgi", initimgsgi},
218
+ {"imgpng", initimgpng},
219
{"imgop", initimgop},
220
221
0 commit comments