#!/usr/bin/avs -network version 4.0 (25.115 ibm) module "display image.user.1" -xy 308,132 module read_tiff.user.3 -xy 308,52 -ex /u/thorpe/modules/read_tiff/read_tiff port_connect read_tiff.user.3:0 "display image.user.1":0 parm_set read_tiff.user.3:"Choose a TIFF file" /u/thorpe/tiff/pics/quad-lzw.tif shell "ui" shell panel Application -w app_panel -p ui -xy 0,0 -wh 254,838 panel "Top Level Stack" -w master_stack -p Application -xy 2,100 -wh 256,300 panel "display image.user.1" -w panel -p "Top Level Stack" \ -xy 0,64 -wh 138,130 manipulator "display image.user.1:approx technique" -w radio_buttons -p "display image.user.1" \ -xy 10,10 -wh 118,110 panel read_tiff.user.3 -w panel -p "Top Level Stack" -xy 0,86 -wh 256,214 manipulator "read_tiff.user.3:Choose a TIFF file" -w browser -p read_tiff.user.3 \ -xy 10,10 -wh 236,194 panel "display image.user.1!image" -w container -p ui -xy 23,507 -wh 536,440\ -P zoom_coords string "0 0 0 0 0 <$NULL> 0 0 0 0" manipulator "display image.user.1":Magnification -w none manipulator "display image.user.1":Automag_Size -w none manipulator "display image.user.1":"Maximum Image Dimension" -w none # End of file