Home
last modified time | relevance | path

Searched refs:interlace_type (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/gd/libgd/
H A Dgd_png.c124 int bit_depth, color_type, interlace_type; in gdImageCreateFromPngCtx() local
193 …png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type, &interlace_type, NULL, N… in gdImageCreateFromPngCtx()
354 im->interlace = (interlace_type == PNG_INTERLACE_ADAM7); in gdImageCreateFromPngCtx()
466 int i, j, bit_depth = 0, interlace_type; in gdImagePngCtxEx() local
570 interlace_type = im->interlace ? PNG_INTERLACE_ADAM7 : PNG_INTERLACE_NONE; in gdImagePngCtxEx()
574 png_set_IHDR(png_ptr, info_ptr, width, height, 8, PNG_COLOR_TYPE_RGB_ALPHA, interlace_type, in gdImagePngCtxEx()
577 png_set_IHDR(png_ptr, info_ptr, width, height, 8, PNG_COLOR_TYPE_RGB, interlace_type, in gdImagePngCtxEx()
581 png_set_IHDR(png_ptr, info_ptr, width, height, bit_depth, PNG_COLOR_TYPE_PALETTE, interlace_type, in gdImagePngCtxEx()

Completed in 8 milliseconds