Ignore:
Timestamp:
07/27/08 15:09:59 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/datacenter/scripts
Files:
2 edited

Legend:

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

    r8482 r9044  
    7777
    7878echo "producing png files: " >> $scriptlog 2>&1
    79 pstoimg -antialias -flip r270 -density 100 -tmp $tempwebplotspath -type png -multipage $psfile >> $scriptlog 2>&1
     79pstoimg -antialias -aaliastext -interlaced -flip r270 -density 100 -tmp $tempwebplotspath -type png -multipage $psfile >> $scriptlog 2>&1
    8080
    8181echo "removing temporary dir..." >> $scriptlog 2>&1
  • trunk/MagicSoft/Mars/datacenter/scripts/dowebplots

    r8482 r9044  
    123123
    124124   echo "converting plots to png..." >> $scriptlog 2>&1
    125    pstoimg -antialias -flip r270 -density 100 -tmp $tempwebplotspath -type png -multipage -out=$tabfile $psfile >> $scriptlog 2>&1
     125   pstoimg -antialias -aaliastext -interlaced -flip r270 -density 100 -tmp $tempwebplotspath -type png -multipage -out=$tabfile $psfile >> $scriptlog 2>&1
    126126   
    127127   echo "removing temporary dir..." >> $scriptlog 2>&1
Note: See TracChangeset for help on using the changeset viewer.