Ignore:
Timestamp:
07/26/06 11:09:08 (18 years ago)
Author:
smasson
Message:

update of tar files and thus getsaxo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/xmldoc/forxxxdoc.sh

    r144 r147  
    2525# 
    2626case "${1}" in 
    27 1|2) 
     270101|0201) 
    2828# screen capture to be commented by frames and callouts images 
    29 capture="figpng/xxx_${1}.png" 
     29capture="figpng/xxx_${1}_org.png" 
    3030;; 
    3131*) 
     
    4747# 
    4848case ${capture} in  
    49 figpng/xxx_2.png) 
     49figpng/xxx_0101_org.png) 
     50capture_xsize=520 #++ should be obtain by parsing identify result 
     51capture_ysize=309 #++ should be obtain by parsing identify result 
     52# 
     53# description of frames (title, xmin,ymin, xmax,ymax) 
     54# nb : title and label are not yet used but they may be added in a kind of  
     55# comments 
     56# later in xml as id or label 
     57# now they are only here to remind us what we do 
     58zone_nb=3 
     59zone_t[1]="Data file" 
     60zone_l[1]="datafile" 
     61zone_rect[1]="26,53, 485,95" 
     62zone_t[2]="Init method" 
     63zone_l[2]="initmethod" 
     64zone_rect[2]="78,101, 433,152" 
     65zone_t[3]="Init program" 
     66zone_l[3]="initprogram" 
     67zone_rect[3]="3,159, 518,278" 
     68#zone_t[1]="Data file" 
     69#zone_l[1]="datafile" 
     70#zone_rect[1]="5,55 515,90" 
     71#zone_t[2]="Init file" 
     72#zone_l[2]="initfile" 
     73#zone_rect[2]="5,150 515,200" 
     74;; 
     75figpng/xxx_0201_org.png) 
    5076capture_xsize=1211 #++ should be obtain by parsing identify result 
    5177capture_ysize=630 #++ should be obtain by parsing identify result 
     
    76102zone_l[5]="check" 
    77103zone_rect[5]="0,0 ${capture_xsize},${capture_ysize}" 
    78 ;; 
    79 figpng/xxx_1.png) 
    80 capture_xsize=520 #++ should be obtain by parsing identify result 
    81 capture_ysize=309 #++ should be obtain by parsing identify result 
    82 # 
    83 # description of frames (title, xmin,ymin, xmax,ymax) 
    84 # nb : title and label are not yet used but they may be added in a kind of  
    85 # comments 
    86 # later in xml as id or label 
    87 # now they are only here to remind us what we do 
    88 zone_nb=2 
    89 zone_t[1]="Data file" 
    90 zone_l[1]="datafile" 
    91 zone_rect[1]="5,55 515,90" 
    92 zone_t[2]="Init file" 
    93 zone_l[2]="initfile" 
    94 zone_rect[2]="5,150 515,200" 
    95104;; 
    96105*) 
     
    147156# 
    148157# last component of the convert command : the name of the output image 
    149 framecallouts=$(dirname ${capture})/$(basename ${capture} .png)_complete.png 
     158framecallouts=$(dirname ${capture})/$(basename ${capture} _org.png).png 
    150159cmd="${cmd} ${framecallouts}" 
    151160# 
Note: See TracChangeset for help on using the changeset viewer.