Searched refs:interlace_type (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/gd/libgd/ |
H A D | gd_png.c | 130 int bit_depth, color_type, interlace_type, unit_type; in gdImageCreateFromPngCtx() local 199 …png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type, &interlace_type, NULL, N… in gdImageCreateFromPngCtx() 379 im->interlace = (interlace_type == PNG_INTERLACE_ADAM7); in gdImageCreateFromPngCtx() 491 int i, j, bit_depth = 0, interlace_type; in gdImagePngCtxEx() local 601 interlace_type = im->interlace ? PNG_INTERLACE_ADAM7 : PNG_INTERLACE_NONE; in gdImagePngCtxEx() 605 png_set_IHDR(png_ptr, info_ptr, width, height, 8, PNG_COLOR_TYPE_RGB_ALPHA, interlace_type, in gdImagePngCtxEx() 608 png_set_IHDR(png_ptr, info_ptr, width, height, 8, PNG_COLOR_TYPE_RGB, interlace_type, in gdImagePngCtxEx() 612 png_set_IHDR(png_ptr, info_ptr, width, height, bit_depth, PNG_COLOR_TYPE_PALETTE, interlace_type, in gdImagePngCtxEx()
|
Completed in 6 milliseconds