Ignore:
Timestamp:
04/21/06 19:29:58 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/dowebplots

    r7569 r7646  
    126126   ./showplot -b --save-as-ps=$psfile $rootfile >> $scriptlog 2>&1
    127127
     128   echo "creating temporary dir for pstoimg..." >> $scriptlog 2>&1
     129   temppath=`dirname $rootfile`
     130   tempwebplotspath=$temppath/tempwebplots
     131   makedir $tempwebplotspath >> $scriptlog 2>&1
     132
    128133   echo "converting plots to png..." >> $scriptlog 2>&1
    129    pstoimg -antialias -flip r270 -density 100 -type png -multipage -out=$tabfile $psfile >> $scriptlog 2>&1
     134   pstoimg -antialias -flip r270 -density 100 -tmp $tempwebplotspath -type png -multipage -out=$tabfile $psfile >> $scriptlog 2>&1
     135   
     136   echo "removing temporary dir..." >> $scriptlog 2>&1
     137   rmdir -v $tempwebplotspath >> $scriptlog 2>&1
    130138done
    131139
Note: See TracChangeset for help on using the changeset viewer.