Home
last modified time | relevance | path

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

/dports/graphics/mupdf/mupdf-1.18.0-source/scripts/
H A Dmutool_draw.py24 OUT_PAM = 5 variable
79 suffix_t( ".pam", OUT_PAM, 0 ),
133 …format_cs_table_t( OUT_PAM, CS_RGB_ALPHA, [ CS_GRAY, CS_GRAY_ALPHA, CS_RGB, CS_RGB_ALPHA, CS_CMYK,…
601 elif state.output_format == OUT_PAM:
1015 …if state.output_format not in ( OUT_PAM, OUT_PGM, OUT_PPM, OUT_PNM, OUT_PNG, OUT_PBM, OUT_PKM, OUT…
/dports/graphics/mupdf/mupdf-1.18.0-source/source/tools/
H A Dmudraw.c59 OUT_PAM, enumerator
114 { ".pam", OUT_PAM, 0 },
174 …{ OUT_PAM, CS_RGB_ALPHA, { CS_GRAY, CS_GRAY_ALPHA, CS_RGB, CS_RGB_ALPHA, CS_CMYK, CS_CMYK_ALPHA } …
1011 else if (output_format == OUT_PAM) in dodrawpage()
2076 if (output_format != OUT_PAM && in main()
H A Dmuraster.c246 OUT_PAM, enumerator
273 { ".pam", OUT_PAM, CS_CMYK },
1007 else if (output_format == OUT_PAM) in initialise_banding()