input_components 195 ext/gd/libgd/gd_jpeg.c cinfo.input_components = 3; /* # of color components per pixel */ input_components 209 ext/gd/libgd/gd_jpeg.c row = (JSAMPROW) safe_emalloc(cinfo.image_width * cinfo.input_components, sizeof(JSAMPLE), 0); input_components 210 ext/gd/libgd/gd_jpeg.c memset(row, 0, cinfo.image_width * cinfo.input_components * sizeof(JSAMPLE));