Script file generated from LiVES |1.7 textover_level_2 1 Salsaman & Marco De la Cruz| Advanced Text Overlay|Overlaying text on|1|1| convert text|_Text|string|LiVES|1024| sx|St_art X offset|num0|0|0|10000| sy|Sta_rt Y offset|num0|0|0|10000| sfcol|Start fi_ll colour|colRGB24|0|0|0| sscol|Start _stroke colour|colRGB24|0|0|0| sps|Start _point size|num0|32|10|120| exo|_End X offset|num0|0|0|1000000| eyo|E_nd Y offset|num0|0|0|1000000| efcol|End f_ill colour|colRGB24|0|0|0| estcol|End stro_ke colour|colRGB24|0|0|0| eps|En_d point size|num0|32|10|120| sang|Start a_ngle|num0|0|-1000000|1000000| eang|End an_gle|num0|0|-1000000|1000000| font|_Font|string_list|0|AvantGarde-Book|AvantGarde-BookOblique|AvantGarde-Demi|AvantGarde-DemiOblique|Bookman-Demi|Bookman-DemiItalic|Bookman-Light|Bookman-LightItalic|Courier|Courier-Bold|Courier-Oblique|Courier-BoldOblique|Helvetica|Helvetica-Bold|Helvetica-BoldOblique|Helvetica-Narrow|Helvetica-Narrow-Oblique|Helvetica-Narrow-Bold|Helvetica-Narrow-BoldOblique|NewCenturySchlbk-Roman|NewCenturySchlbk-Italic|NewCenturySchlbk-Bold |NewCenturySchlbk-BoldItalic|Palatino-Roman|Palatino-Italic|Palatino-Bold |Palatino-BoldItalic|Times-Roman|Times-Bold |Times-Italic|Times-BoldItalic|Symbol|| layout|p13| layout|p0| layout|p5|fill|p10| layout|p11|fill|p12| layout|p1|fill|p6| layout|p2|fill|p7| layout|p3| layout|p8| layout|p4| layout|p9| 0x0001 0xF0
$length=$end-$start+1;
$xstep=($p6-$p1)/$length;
$ystep=($p7-$p2)/$length;
$xpos=$p1;
$ypos=$p2;
$cfstep_red=($p8_red-$p3_red)/$length;
$cfstep_green=($p8_green-$p3_green)/$length;
$cfstep_blue=($p8_blue-$p3_blue)/$length;
$csstep_red=($p9_red-$p4_red)/$length;
$csstep_green=($p9_green-$p4_green)/$length;
$csstep_blue=($p9_blue-$p4_blue)/$length;
$cf_red=$p3_red;
$cf_green=$p3_green;
$cf_blue=$p3_blue;
$cs_red=$p4_red;
$cs_green=$p4_green;
$cs_blue=$p4_blue;
$pstep=($p10-$p5)/$length;
$psize=$p5;
$astep=($p12-$p11)/$length;
$angle=$p11;

if ($p13==0) {
   $fo="AvantGarde-Book";
 } elsif ($p13==1) {
  $fo="AvantGarde-BookOblique";
 } elsif ($p13==2) {
   $fo="AvantGarde-Demi";
 } elsif ($p13==3) {
   $fo="AvantGarde-DemiOblique";
 } elsif ($p13==4) {
   $fo="Bookman-Demi";
 } elsif ($p13==5) {
   $fo="Bookman-DemiItalic";
 } elsif ($p13==6) { 
   $fo="Bookman-Light";
 } elsif ($p13==7) {
   $fo="Bookman-LightItalic";
 } elsif ($p13==8) {
   $fo="Courier";
 } elsif ($p13==9) { 
   $fo="Courier-Bold";
 } elsif ($p13==10) {
   $fo="Courier-Oblique";
 } elsif ($p13==11) {
   $fo="Courier-BoldOblique";
 } elsif ($p13==12) { 
   $fo="Helvetica";
 } elsif ($p13==13) { 
   $fo="Helvetica-Bold";
 } elsif ($p13==14) {
   $fo="Helvetica-BoldOblique";
 } elsif ($p13==15) {
   $fo="Helvetica-Narrow";
 } elsif ($p13==16) {
   $fo="Helvetica-Narrow-Oblique";
 } elsif ($p13==17) {
   $fo="Helvetica-Narrow-Bold";
 } elsif ($p13==18) {
   $fo="Helvetica-Narrow-BoldOblique";
 } elsif ($p13==19) {
   $fo="NewCenturySchlbk-Roman";
 } elsif ($p13==20) {
   $fo="NewCenturySchlbk-Italic";
 } elsif ($p13==21) {
   $fo="NewCenturySchlbk-Bold  ";
 } elsif ($p13==22) {
   $fo="NewCenturySchlbk-BoldItalic";
 } elsif ($p13==23) {
   $fo="Palatino-Roman";
 } elsif ($p13==24) { 
   $fo="Palatino-Italic";
 } elsif ($p13==25) { 
   $fo="Palatino-Bold  "; 
 } elsif ($p13==26) {
   $fo="Palatino-BoldItalic";
 } elsif ($p13==27) { 
   $fo="Times-Roman";
 } elsif ($p13==28) { 
   $fo="Times-Bold ";
 } elsif ($p13==29) {
   $fo="Times-Italic";
 } elsif ($p13==30) { 
   $fo="Times-BoldItalic";
 } elsif ($p13==31) { 
   $fo="Symbol";
 }
$cstring1=&RGB24_to_string($cf_red,$cf_green,$cf_blue); $cstring2=&RGB24_to_string($cs_red,$cs_green,$cs_blue); system("$convert_command $in -fill $cstring1 -stroke $cstring2 -pointsize $psize -font $fo -draw 'translate $xpos,$ypos rotate $angle text 0,0 \"$p0\"' +matte $out"); $xpos+=$xstep; $ypos+=$ystep; $psize+=$pstep; $cf_red+=$cfstep_red; $cf_green+=$cfstep_green; $cf_blue+=$cfstep_blue; $cs_red+=$csstep_red; $cs_green+=$csstep_green; $cs_blue+=$csstep_blue; $angle+=$astep; init|$p1_max=$width; $p2_max=$height; init|$p6_max=$width; $p7_max=$height;