Searched refs:OUT_PNM (Results 1 – 2 of 2) sorted by relevance
/dports/graphics/mupdf/mupdf-1.18.0-source/scripts/ |
H A D | mutool_draw.py | 21 OUT_PNM = 2 variable 78 suffix_t( ".pnm", OUT_PNM, 0 ), 132 format_cs_table_t( OUT_PNM, CS_GRAY, [ CS_GRAY, CS_RGB ] ), 599 …state.output_format == OUT_PGM or state.output_format == OUT_PPM or state.output_format == OUT_PNM: 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 D | mudraw.c | 66 OUT_PNM, enumerator 113 { ".pnm", OUT_PNM, 0 }, 173 { OUT_PNM, CS_GRAY, { CS_GRAY, CS_RGB } }, 1009 if (output_format == OUT_PGM || output_format == OUT_PPM || output_format == OUT_PNM) in dodrawpage() 2079 output_format != OUT_PNM && in main()
|