Changeset 127


Ignore:
Timestamp:
Nov 4, 2005 11:41:40 PM (19 years ago)
Author:
mmc
Message:

Minor touch-ups on the <image> element. Data on both input and
output sides is now stored the same way, in <current>.

Location:
trunk
Files:
1 added
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/examples/zoo/image/image.tcl

    r126 r127  
    2424blt::winop image rotate $imh $dest $angle
    2525
    26 $driver put output.image.current.data [$dest data -format jpeg]
     26$driver put output.image.current [$dest data -format jpeg]
    2727
    2828# save the updated XML describing the run...
  • trunk/gui/scripts/image.tcl

    r126 r127  
    3636    }
    3737    set _xmlobj $xmlobj
    38     set data [string trim [$xmlobj get $path.current.data]]
     38    set data [string trim [$xmlobj get $path.current]]
    3939    if {[string length $data] == 0} {
    4040        set _image [image create photo]
Note: See TracChangeset for help on using the changeset viewer.