Imager-File-PNG

 view release on metacpan or  search on metacpan

PNG.xs  view on Meta::CPAN


unsigned
i_png_lib_version()

MODULE = Imager::File::PNG  PACKAGE = Imager::File::PNG PREFIX=i_png_

void
i_png_features(...)
  PREINIT:
    const char * const *p;
  PPCODE:
    p = i_png_features();
    while (*p) {
      EXTEND(SP, 1);
      PUSHs(sv_2mortal(newSVpv(*p, 0)));
      ++p;
    }

int
IMPNG_READ_IGNORE_BENIGN_ERRORS()
  CODE:



( run in 1.110 second using v1.01-cache-2.11-cpan-5511b514fd6 )