Home
last modified time | relevance | path

Searched refs:read_pnm_header (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/netpbm/netpbm-10.91.01/converter/other/
H A Dpnmtorle.c62 read_pnm_header(void) { in read_pnm_header() function
251 read_pnm_header(); in main()
255 read_pnm_header(); in main()
/dports/graphics/charls/charls-2.2.0/test/
H A Dmain.cpp461 vector<int> read_pnm_header(istream& pnm_file) in read_pnm_header() function
497 vector<int> read_values = read_pnm_header(pnm_file); in encode_pnm()
535 vector<int> header1 = read_pnm_header(pnm_file1); in compare_pnm()
542 vector<int> header2 = read_pnm_header(pnm_file2); in compare_pnm()
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/lavtools/
H A Dpnmtoy4m.c439 int read_pnm_header(int fd, pnm_info_t *pnm) in read_pnm_header() function
691 err = read_pnm_header(fd, &new_pnm); //&format, &width, &height); in read_pnm_frame()
719 err = read_pnm_header(fd, &new_pnm); //&format, &width, &height); in read_pnm_frame()
/dports/graphics/xpx/xpx/
H A Dconvert.c41 int read_pnm_header(fp, data, colorhints, nhints) in read_pnm_header() function
373 pnmtype = read_pnm_header(fp, data, color_buf, &colcnt);
/dports/emulators/mess/mame-mame0226/scripts/build/
H A Dpng.py2521 def read_pnm_header(infile, supported=('P5','P6')): function
2734 read_pnm_header(infile, ('P5','P6','P7'))
2763 read_pnm_header(pgmfile, 'P5')
/dports/graphics/appleseed/appleseed-2.1.0-beta/scripts/runtestsuite/
H A Dpng.py2490 def read_pnm_header(infile, supported=('P5','P6')): function
2703 read_pnm_header(infile, ('P5','P6','P7'))
2732 read_pnm_header(pgmfile, 'P5')
/dports/emulators/mame/mame-mame0226/scripts/build/
H A Dpng.py2521 def read_pnm_header(infile, supported=('P5','P6')): function
2734 read_pnm_header(infile, ('P5','P6','P7'))
2763 read_pnm_header(pgmfile, 'P5')
/dports/graphics/py-png/pypng-0.0.17/code/
H A Dpng.py2493 def read_pnm_header(infile, supported=('P5','P6')): function
2706 read_pnm_header(infile, ('P5','P6','P7'))
2735 read_pnm_header(pgmfile, 'P5')
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/extlibs/
H A Dpng.py2432 def read_pnm_header(infile, supported=(b'P5', b'P6')): function
2643 read_pnm_header(infile, (b'P5',b'P6',b'P7'))
2672 read_pnm_header(pgmfile, 'P5')
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/third_party/png/
H A Dpng.py3598 def read_pnm_header(infile, supported=('P5','P6')): function
3810 read_pnm_header(infile, ('P5','P6','P7'))
3839 read_pnm_header(pgmfile, 'P5')
/dports/devel/py-game/pygame-2.1.0/test/test_utils/
H A Dpng.py3638 def read_pnm_header(infile, supported=("P5", "P6")): function
3951 format, width, height, depth, maxval = read_pnm_header(
3984 format, awidth, aheight, adepth, amaxval = read_pnm_header(pgmfile, "P5")
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/tools/
H A Dhalide_image_io.h904 bool read_pnm_header(Internal::FileOpener &f, const std::string &hdr_fmt, int *width, int *height, … in read_pnm_header() function
946 if (!Internal::read_pnm_header<check>(f, hdr_fmt, &width, &height, &bit_depth)) { in load_pnm()
/dports/graphics/openjpeg/openjpeg-2.4.0/src/bin/jp2/
H A Dconvert.c1566 static void read_pnm_header(FILE *reader, struct pnm_header *ph) in read_pnm_header() function
1808 read_pnm_header(fp, &header_info); in pnmtoimage()
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/applications/codec/
H A Dconvert.c1550 static void read_pnm_header(FILE *reader, struct pnm_header *ph) in read_pnm_header() function
1742 read_pnm_header(fp, &header_info); in pnmtoimage()
/dports/graphics/openjpeg/openjpeg-2.4.0/src/bin/jpwl/
H A Dconvert.c1633 static void read_pnm_header(FILE *reader, struct pnm_header *ph) in read_pnm_header() function
1871 read_pnm_header(fp, &header_info); in pnmtoimage()
/dports/graphics/xsane/xsane-d01b4089ce6778e76fa86a0410d4e80cf6eb819e/
H A Dxsane.CHANGES2205 - read_pnm_header now does read the gamma, contrast, brightness, threshold values, so when these