textongif.sh 400 B

1234567891011121314
  1. #!/bin/sh
  2. RIGHTVER="$2"
  3. Y1=315
  4. X1=330
  5. X2=331
  6. X3=332
  7. # | pnmsmooth
  8. cat $1 | giftopnm | ppmlabel -background transparent -color "dark orange" -size 22 -x $X1 -y $Y1 -text "$RIGHTVER" -background transparent -color "dark orange" -size 22 -x $X2 -y $Y1 -text "$RIGHTVER" -background transparent -color "dark orange" -size 22 -x $X3 -y $Y1 -text "$RIGHTVER" | ppmquant 256 | ppmtogif #> logo.gif
  9. sync