Home
last modified time | relevance | path

Searched refs:pngfile (Results 1 – 25 of 160) sorted by relevance

1234567

/dports/graphics/rawstudio/rawstudio-2.0/plugins/output-pngfile/
H A Doutput-pngfile.c106 rs_pngfile_init(RSPngfile *pngfile) in rs_pngfile_init() argument
108 pngfile->filename = NULL; in rs_pngfile_init()
110 pngfile->save16bit = FALSE; in rs_pngfile_init()
111 pngfile->copy_metadata = TRUE; in rs_pngfile_init()
117 RSPngfile *pngfile = RS_PNGFILE(object); in get_property() local
149 if (pngfile->color_space) in set_property()
190 if (pngfile->color_space == rs_color_space_new_singleton("RSSrgb") && !pngfile->save16bit) in execute()
198 …const RSIccProfile *profile = rs_color_space_get_icc_profile(pngfile->color_space, pngfile->save16… in execute()
203 if (pngfile->save16bit) in execute()
212 if (pngfile->save16bit) in execute()
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/buildandroid/android/drawable_svg/
H A Dsvg2png14 pngfile="$(basename $svgfile)" # Strip path.
15 pngfile="${pngfile/.svg/.png}" # Replace extension.
16 pngfile="${pngfile/[^A-Za-z0-9._]/_}" # Replace invalid characters.
17 pngfile="$pngdir/$qualifier/$pngfile" # Prepend output path.
19 if [ ! -d $(dirname "$pngfile") ]; then
20 echo "WARNING: Output directory does not exist: $(dirname "$pngfile")"
23 echo "Outputting here instead: $pngfile"
24 pngfile="$qualifier-${svgfile/.svg/.png}"
31 …echo "$svgfile ${svgwidth}×${svgheight}px -> $pngfile ${pngwidth}×${pngheight}px @ $pngdensity dpi"
33 convert -background transparent -density $pngdensity "$svgfile" "$pngfile"
/dports/graphics/iiview/iiview-0.31/
H A Dpng.c14 static FILE *pngfile; variable
40 pngfile=NULL; in PNG_OpenFile()
41 if ((pngfile=fopen(filename,"r"))==NULL) { in PNG_OpenFile()
49 fread(testbuf,1,4,pngfile); in PNG_OpenFile()
73 png_init_io(png_ptr,pngfile); in PNG_OpenFile()
134 fclose(pngfile); in PNG_OpenFile()
135 pngfile=NULL; in PNG_OpenFile()
151 if (pngfile!=NULL) fclose(pngfile); in PNG_CloseFile()
152 pngfile=NULL; in PNG_CloseFile()
/dports/emulators/mednafen/mednafen/src/video/
H A Dpng.cpp26 void PNGWrite::WriteChunk(FileStream &pngfile, uint32 size, const char *type, const uint8 *data) in WriteChunk() argument
33 pngfile.write(tempo, 4); in WriteChunk()
34 pngfile.write(type, 4); in WriteChunk()
37 pngfile.write(data, size); in WriteChunk()
45 pngfile.write(tempo, 4); in WriteChunk()
153 pngfile.write(header, 8); in WriteIt()
174 WriteChunk(pngfile, 13, "IHDR", chunko); in WriteIt()
192 WriteChunk(pngfile, 256 * 3, "PLTE", chunko); in WriteIt()
214 WriteChunk(pngfile, 9, "pHYs", chunko); in WriteIt()
235 WriteChunk(pngfile, compmemsize, "IDAT", &compmem[0]); in WriteIt()
[all …]
/dports/graphics/p5-Image-Pngslimmer/Image-Pngslimmer-0.30/t/
H A D01-ispng.t7 my ($giffile, $pngfile, $blob1, $blob2, $read);
16 sysopen($pngfile, "./t/test1.png", 0x0);
17 $read = (stat ($pngfile))[7];
18 (sysread($pngfile, $blob2, $read) == $read) or die "Could not open PNG\n";
22 close($pngfile);
H A D02-slimnoncrit.t7 my ($pngfile, $blob1, $blob2, $read, $lengthfat, $lengthslim, $weightloss);
10 sysopen($pngfile, "./t/test1.png", 0x0);
11 $read = (stat ($pngfile))[7];
12 (sysread($pngfile, $blob1, $read) == $read) or die "Could not open PNG\n";
20 close($pngfile);
H A D03-analyze.t7 my ($pngfile, $blob1, $blob2, $read, @analfat, @analslim, $weightloss, $fatel, $slimel);
10 sysopen($pngfile, "./t/test1.png", 0x0);
11 $read = (stat ($pngfile))[7];
12 (sysread($pngfile, $blob1, $read) == $read) or die "Could not open PNG\n";
24 close($pngfile);
H A D04-zlibcompress.t7 my ($pngfile, $blob1, $blob2, $read, $lengthfat, $lengthslim, $weightloss);
10 sysopen($pngfile, "./t/test1.png", 0x0);
11 $read = (stat ($pngfile))[7];
12 (sysread($pngfile, $blob1, $read) == $read) or die "Could not open PNG\n";
30 close($pngfile);
H A D08-dither.t7 my ($pngfile, $blob1, $blob2, $read, $lengthfat, $lengthslim, $weightloss);
10 sysopen($pngfile, "./t/test2.png", 0x0);
11 $read = (stat ($pngfile))[7];
12 (sysread($pngfile, $blob1, $read) == $read) or die "Could not open PNG\n";
28 close($pngfile);
H A D06-palettize.t7 my ($pngfile, $blob1, $blob2, $read, $lengthfat, $lengthslim, $weightloss);
10 sysopen($pngfile, "./t/test6.png", 0x0);
11 $read = (stat ($pngfile))[7];
12 (sysread($pngfile, $blob1, $read) == $read) or die "Could not open PNG\n";
30 close($pngfile);
H A D05-filter.t7 my ($pngfile, $blob1, $blob2, $read, $lengthfat, $lengthslim, $weightloss);
10 sysopen($pngfile, "./t/test3.png", 0x0);
11 $read = (stat ($pngfile))[7];
12 (sysread($pngfile, $blob1, $read) == $read) or die "Could not open PNG\n";
39 close($pngfile);
H A D07-mediancut.t7 my ($pngfile, $blob1, $blob2, $read, $lengthfat, $lengthslim, $weightloss, $x);
10 sysopen($pngfile, "./t/test2.png", 0x0);
11 $read = (stat ($pngfile))[7];
12 (sysread($pngfile, $blob1, $read) == $read) or die "Could not open PNG\n";
36 close($pngfile);
/dports/deskutils/zim/zim-0.74.3/zim/plugins/
H A Ddiagrameditor.py51 self.pngfile = File(self.dotfile.path[:-4] + '.png') # len('.dot') == 4
60 dot.run((self.pngfile, self.dotfile))
64 if self.pngfile.exists():
65 return self.pngfile, None
75 self.pngfile.remove()
H A Dsequencediagrameditor.py50 self.pngfile = File(self.diagfile.path[:-5] + '.png') # len('.diag') == 5
59 diag.run((self.pngfile, self.diagfile))
63 return self.pngfile, None
67 self.pngfile.remove()
H A Dditaaeditor.py59 self.pngfile = File(self.dotfile.path[:-4] + '.png') # len('.dot') == 4
68 dot.run((self.dotfile, '-o', self.pngfile))
72 return self.pngfile, None
76 self.pngfile.remove()
/dports/x11/xcursorgen/xcursorgen-1.0.7/
H A Dxcursorgen.c45 char *pngfile; member
70 char line[4096], pngfile[4000]; in read_config_file() local
90 pngfile, &delay)) { in read_config_file()
120 curr->pngfile = strdup(pngfile); in read_config_file()
121 if (curr->pngfile == NULL) { in read_config_file()
202 if (asprintf(&file, "%s/%s", prefix, list->pngfile) == -1) { in load_image()
209 file = malloc(strlen(prefix) + 1 + strlen(list->pngfile) + 1); in load_image()
218 strcat(file, list->pngfile); in load_image()
222 file = list->pngfile; in load_image()
272 ProgramName, width, height, list->pngfile); in load_image()
[all …]
/dports/www/qutebrowser/qutebrowser-2.4.0/misc/userscripts/
H A Dqr3 pngfile=$(mktemp --suffix=.png)
6 qrencode -t PNG -o "$pngfile" -s 10 "$QUTE_URL"
7 echo ":open -t file:///$pngfile" >> "$QUTE_FIFO"
/dports/x11-toolkits/gtk40/gtk-4.4.1/tools/
H A Dencodesymbolic.c49 char *path, *basename, *pngpath, *pngfile, *dot; in main() local
124 pngfile = g_strconcat (basename, ".symbolic.png", NULL); in main()
128 pngpath = g_build_filename (output_dir, pngfile, NULL); in main()
130 pngpath = g_strdup (pngfile); in main()
132 g_free (pngfile); in main()
/dports/devel/boost-docs/boost_1_72_0/libs/math/doc/graphs/
H A Dgenerate.sh17 pngfile=$(basename $svgfile .svg).png
18 echo Generating $pngfile
19 "$inkscape" -d $dpi -e $(cygpath -a -w $pngfile) $(cygpath -a -w $svgfile)
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/doc/graphs/
H A Dgenerate.sh17 pngfile=$(basename $svgfile .svg).png
18 echo Generating $pngfile
19 "$inkscape" -d $dpi -e $(cygpath -a -w $pngfile) $(cygpath -a -w $svgfile)
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/math/doc/graphs/
H A Dgenerate.sh17 pngfile=$(basename $svgfile .svg).png
18 echo Generating $pngfile
19 "$inkscape" -d $dpi -e $(cygpath -a -w $pngfile) $(cygpath -a -w $svgfile)
/dports/databases/percona57-server/boost_1_59_0/libs/math/doc/graphs/
H A Dgenerate.sh17 pngfile=$(basename $svgfile .svg).png
18 echo Generating $pngfile
19 "$inkscape" -d $dpi -e $(cygpath -a -w $pngfile) $(cygpath -a -w $svgfile)
/dports/databases/xtrabackup/boost_1_59_0/libs/math/doc/graphs/
H A Dgenerate.sh17 pngfile=$(basename $svgfile .svg).png
18 echo Generating $pngfile
19 "$inkscape" -d $dpi -e $(cygpath -a -w $pngfile) $(cygpath -a -w $svgfile)
/dports/databases/percona57-client/boost_1_59_0/libs/math/doc/graphs/
H A Dgenerate.sh17 pngfile=$(basename $svgfile .svg).png
18 echo Generating $pngfile
19 "$inkscape" -d $dpi -e $(cygpath -a -w $pngfile) $(cygpath -a -w $svgfile)
/dports/devel/boost-libs/boost_1_72_0/libs/math/doc/graphs/
H A Dgenerate.sh17 pngfile=$(basename $svgfile .svg).png
18 echo Generating $pngfile
19 "$inkscape" -d $dpi -e $(cygpath -a -w $pngfile) $(cygpath -a -w $svgfile)

1234567