mirror of https://github.com/python/cpython
Added imgpng
This commit is contained in:
parent
c59a5d449f
commit
22023f4b77
|
@ -121,6 +121,7 @@ extern void initimgppm();
|
|||
extern void initimgpgm();
|
||||
extern void initimgtiff();
|
||||
extern void initimgsgi();
|
||||
extern void initimgpng();
|
||||
extern void initimgop();
|
||||
#endif
|
||||
#ifdef USE_TK
|
||||
|
@ -214,6 +215,7 @@ struct _inittab inittab[] = {
|
|||
{"imgpgm", initimgpgm},
|
||||
{"imgtiff", initimgtiff},
|
||||
{"imgsgi", initimgsgi},
|
||||
{"imgpng", initimgpng},
|
||||
{"imgop", initimgop},
|
||||
#endif
|
||||
#ifdef USE_TK
|
||||
|
|
Loading…
Reference in New Issue