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

Skip to content

Commit 22023f4

Browse files
committed
Added imgpng
1 parent c59a5d4 commit 22023f4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Mac/Modules/config.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ extern void initimgppm();
121121
extern void initimgpgm();
122122
extern void initimgtiff();
123123
extern void initimgsgi();
124+
extern void initimgpng();
124125
extern void initimgop();
125126
#endif
126127
#ifdef USE_TK
@@ -214,6 +215,7 @@ struct _inittab inittab[] = {
214215
{"imgpgm", initimgpgm},
215216
{"imgtiff", initimgtiff},
216217
{"imgsgi", initimgsgi},
218+
{"imgpng", initimgpng},
217219
{"imgop", initimgop},
218220
#endif
219221
#ifdef USE_TK

0 commit comments

Comments
 (0)