~flimm/ooo-thumbnailer/releases

« back to all changes in this revision

Viewing changes to ooo-thumbnailer

  • Committer: David D Lowe
  • Date: 2010-05-13 11:33:53 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: daviddlowe.flimm@gmail.com-20100513113353-i929pslmh1rs02ml
Added a test script in Python with sample Microsoft Office files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
  if gsf-office-thumbnailer -i "$1" -o "$2" -s "${size:-128}"; then
126
126
    set_icon_variable "$1"
127
127
    if [ -x /usr/bin/composite ] && [ -e "$icon" ]; then
128
 
      echo composite \"$icon\" \"$1\" \"$2\"
129
128
      composite -gravity SouthEast "$icon" "$2" "$2"
130
129
    fi
131
130
    return 0