Home
last modified time | relevance | path

Searched refs:is_gray_profile (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/frontend/
H A Dscanimage.c1258 int is_gray_profile = strncmp((char *) icc_buffer + 16, "GRAY", 4) == 0; in write_png_header() local
1260 if ((is_gray_profile && color_type == PNG_COLOR_TYPE_GRAY) || in write_png_header()
1267 if (is_gray_profile) in write_png_header()

Completed in 4 milliseconds