ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/do_results3.6.tcl
(Generate patch)

Comparing ray/src/util/do_results3.6.tcl (file contents):
Revision 2.8 by greg, Thu Sep 21 10:51:30 1995 UTC vs.
Revision 2.9 by greg, Thu Sep 28 14:11:53 1995 UTC

# Line 33 | Line 33 | set conv(ras-8,suf)    .ras
33   set conv(ras-24,nam)    "Sun 24-bit"
34   set conv(ras-24,com)    "ra_pr24 %s %s"
35   set conv(ras-24,suf)    .ras
36 < set conv(PS,nam)        "PostScript B&W"
37 < set conv(PS,com)        "ra_ps %s %s"
38 < set conv(PS,suf)        .ps
36 > set conv(PS-bw,nam)     "PostScript B&W"
37 > set conv(PS-bw,com)     "ra_ps %s %s"
38 > set conv(PS-bw,suf)     .ps
39 > set conv(PS-clr,nam)    "PostScript Color"
40 > set conv(PS-clr,com)    "ra_ps -c %s %s"
41 > set conv(PS-clr,suf)    .ps
42   set conv(tga-bw,nam)    "Targa B&W"
43   set conv(tga-bw,com)    "ra_t8 -b %s %s"
44   set conv(tga-bw,suf)    .tga
# Line 48 | Line 51 | set conv(tga-16,suf)   .tga
51   set conv(tga-24,nam)    "Targa 24-bit"
52   set conv(tga-24,com)    "ra_t16 -3 %s %s"
53   set conv(tga-24,suf)    .tga
54 < set conv(types) {GIF-bw GIF-8 PICT PS PPM-asc PPM-bin ras-bw ras-8 ras-24\
55 <                tga-bw tga-8 tga-16 tga-24 TIFF-bw TIFF-24}
54 > set conv(types) {GIF-bw GIF-8 PICT PS-bw PS-clr PPM-asc PPM-bin ras-bw ras-8\
55 >                ras-24 tga-bw tga-8 tga-16 tga-24 TIFF-bw TIFF-24}
56   set conv(typ) tga-24
57  
58   proc testappend {flst tf} {     # test if tf exists and append to flst if so
# Line 229 | Line 232 | proc do_results w {            # Results screen
232          helplink $w.cnvb trad results convert
233          menubutton $w.typb -text $conv($conv(typ),nam) -relief raised \
234                          -menu $w.typb.m
235 <        place $w.typb -relwidth .1786 -relheight .0610 -relx .2143 -rely .7317
235 >        place $w.typb -relwidth .1986 -relheight .0610 -relx .2143 -rely .7317
236          helplink $w.typb trad results convtype
237          menu $w.typb.m
238          foreach t $conv(types) {
# Line 239 | Line 242 | proc do_results w {            # Results screen
242                                  set convdest $radvar(PICTURE)_%s$conv($t,suf)"
243          }
244          label $w.fil -text File:
245 <        place $w.fil -relx .4286 -rely .7317
245 >        place $w.fil -relx .4486 -rely .7317
246          set convdest $radvar(PICTURE)_%s$conv($conv(typ),suf)
247          entry $w.file -textvariable convdest -relief sunken
248 <        place $w.file -relwidth .4286 -relheight .0610 -relx .5000 -rely .7317
248 >        place $w.file -relwidth .4086 -relheight .0610 -relx .5200 -rely .7317
249          helplink $w.file trad results convfile
250          # Print picture(s)
251          button $w.prtb -text Print -relief raised -command prtpic

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines