Home
last modified time | relevance | path

Searched refs:convert_command (Results 1 – 25 of 57) sorted by path

123

/dports/finance/ledger/ledger-3.2.1/src/
H A Dconvert.cc45 value_t convert_command(call_scope_t& args) in convert_command() function
H A Dconvert.h51 value_t convert_command(call_scope_t& scope);
H A Dreport.cc1677 return WRAP_FUNCTOR(convert_command); in lookup()
/dports/mail/nmh/nmh-1.7.1/uip/
H A Dmhbuildsbr.c2202 char *convert_command; in expand_pseudoheader() local
2227 convert_command = in expand_pseudoheader()
2231 ct->c_storeproc = mh_xstrdup(convert_command); in expand_pseudoheader()
2234 if ((status = show_content_aux (ct, 0, convert_command, NULL, NULL)) != in expand_pseudoheader()
2238 free (convert_command); in expand_pseudoheader()
/dports/multimedia/gpodder/gpodder-3.10.17/share/gpodder/extensions/
H A Drockbox_convert2mp4.py127 convert_command = FFMPEG_CMD % {
136 p = util.Popen(shlex.split(convert_command))
140 process = util.Popen(shlex.split(convert_command),
/dports/multimedia/lives/lives-3.2.0/RFX/
H A DRFX.spec774 system("$convert_command -negate $in $out");
968 system("$convert_command $img_prefix$in -negate $out_prefix$out");
/dports/multimedia/lives/lives-3.2.0/lives-plugins/plugins/effects/RFXscripts/
H A Dblank_frames.script58 system("$convert_command $img_prefix$in -fill $bgcol -colorize 100/100/100 $out_prefix$out");
H A Dblur.script69 system("$convert_command $img_prefix$in -blur $p0"."x$p1 $out_prefix$out");
H A Dbrightness_change.script48 system("$convert_command $img_prefix$in -modulate $p0,100,100 $out_prefix$out");
H A Dcharcoal.script55 system("$convert_command $img_prefix$in -charcoal $p0 $out_prefix$out");
H A Dcolorize.script91 …system("$convert_command $img_prefix$in -fill $cstring -colorize $pcstring $out_prefix$out >/dev/n…
H A Dcolour_filter.script87 system("$convert_command -size $width!x$height! xc:$cstring $img_prefix"."blank$img_ext >/dev/null …
H A Dcolour_replace.script62 `$convert_command $img_prefix$in -fill $cstring2 -opaque $cstring1 $out_prefix$out`;
H A Dcontrast.script57 system("$convert_command $img_prefix$in -contrast $out_prefix$out");
60 system("$convert_command $img_prefix$in +contrast $out_prefix$out");
H A Dcycle.script55 system("$convert_command $img_prefix$in -cycle $p0 $out_prefix$out");
H A Ddespekle.script54 system("$convert_command $img_prefix$in -despeckle $out_prefix$out");
H A Dedge_detect.script55 system("$convert_command $img_prefix$in -edge $p0 $out_prefix$out");
H A Demboss.script46 system("$convert_command $img_prefix$in -emboss $p0 $out_prefix$out");
H A Denhance.script52 system("$convert_command $img_prefix$in -enhance $out_prefix$out");
H A Dfade_in_out.script50 system("$convert_command -size $width!x$height! xc:$cstring $img_prefix"."fade$img_ext");
H A Dflip.script54 system("$convert_command $img_prefix$in -flip $out_prefix$out");
H A Dflop.script54 system("$convert_command $img_prefix$in -flop $out_prefix$out");
H A Dgamma_change.script48 system("$convert_command $img_prefix$in -gamma $p0 $out_prefix$out");
H A Dgen_blank_frames.script47 `$convert_command -size $width!x$height! xc:black +matte $out_prefix$out`;
H A Dgen_clip_from_image.script58 `$convert_command $p1 $out_prefix$out`;
60 `$convert_command $p1 -resize $width!x$height! $out_prefix$out`;

123