Home
last modified time | relevance | path

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

/dports/graphics/mupdf/mupdf-1.18.0-source/source/tools/
H A Dmuraster.c244 OUT_PGM, enumerator
267 { ".pgm", OUT_PGM, CS_GRAY },
952 render->format = OUT_PGM; in initialise_banding()
960 render->format = OUT_PGM; in initialise_banding()
1002 if (output_format == OUT_PGM || output_format == OUT_PPM) in initialise_banding()
1005 render->n = output_format == OUT_PGM ? 1 : 3; in initialise_banding()
H A Dmudraw.c63 OUT_PGM, enumerator
111 { ".pgm", OUT_PGM, 0 },
175 { OUT_PGM, CS_GRAY, { CS_GRAY, CS_RGB } },
1009 if (output_format == OUT_PGM || output_format == OUT_PPM || output_format == OUT_PNM) in dodrawpage()
2077 output_format != OUT_PGM && in main()
/dports/graphics/mupdf/mupdf-1.18.0-source/scripts/
H A Dmutool_draw.py22 OUT_PGM = 3 variable
76 suffix_t( ".pgm", OUT_PGM, 0 ),
134 format_cs_table_t( OUT_PGM, CS_GRAY, [ CS_GRAY, CS_RGB ] ),
599 …if state.output_format == OUT_PGM or state.output_format == OUT_PPM or state.output_format == OUT_…
1015 …if state.output_format not in ( OUT_PAM, OUT_PGM, OUT_PPM, OUT_PNM, OUT_PNG, OUT_PBM, OUT_PKM, OUT…