Home
last modified time | relevance | path

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

/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/file-psd/
H A Dpsd.h670 gboolean no_icc; /* Do not use ICC profile */ member
H A Dpsd-load.c1163 img_a->no_icc = FALSE; in add_image_resources()
/dports/graphics/mupdf/mupdf-1.18.0-source/scripts/
H A Dmutool_draw.py201 no_icc = 0 variable in state
936 elif option == '-N': state.no_icc = 1
969 if state.no_icc:
/dports/graphics/mupdf/mupdf-1.18.0-source/source/tools/
H A Dmudraw.c318 static int no_icc = 0; variable
1874 case 'N': no_icc = 1; break; in main()
1970 if (no_icc) in main()