#!/usr/bin/avs -network version 3 (25.90 DEC) module "Image to Postscript.user.0" -xy 248,162 -ex /image/contrib/avs_contrib/modules/post/image-ps module "read image.user.1" -xy 248,82 -ex $Path/avs_library/read_image port_connect "read image.user.1":0 "Image to Postscript.user.0":0 parm_set "Image to Postscript.user.0":Filename $Path/contrib/data/images/mandrill.ps parm_set "Image to Postscript.user.0":Depth "8 Bits" parm_set "read image.user.1":"Read Image Browser" $Path/data/image/mandrill.x shell "ui" shell panel Application -w app_panel -p ui -xy 0,0 -wh 260,994 panel "Top Level Stack" -w master_stack -p Application -xy 2,100 -wh 256,626 panel "Image to Postscript.user.0" -w panel -p "Top Level Stack" \ -xy 0,86 -wh 256,540 manipulator "Image to Postscript.user.0:Filename" -w browser -p "Image to Postscript.user.0" \ -xy 10,10 -wh 236,190 manipulator "Image to Postscript.user.0:Bits Title" -w text -p "Image to Postscript.user.0" \ -xy 10,200 -wh 118,22 manipulator "Image to Postscript.user.0:Depth" -w radio_buttons -p "Image to Postscript.user.0" \ -xy 10,222 -wh 118,66 manipulator "Image to Postscript.user.0:Color Title" -w text -p "Image to Postscript.user.0" \ -xy 10,288 -wh 118,22 manipulator "Image to Postscript.user.0:Color" -w radio_buttons -p "Image to Postscript.user.0" \ -xy 10,310 -wh 118,66 manipulator "Image to Postscript.user.0:Orientation Title" -w text -p "Image to Postscript.user.0" \ -xy 10,376 -wh 118,22 manipulator "Image to Postscript.user.0:Orientation" -w radio_buttons -p "Image to Postscript.user.0" \ -xy 10,398 -wh 118,44 manipulator "Image to Postscript.user.0:Left Position (inches)" -w typein_real -p "Image to Postscript.user.0" \ -xy 10,442 -wh 236,22 manipulator "Image to Postscript.user.0:Bottom Position (inches)" -w typein_real -p "Image to Postscript.user.0" \ -xy 10,464 -wh 236,22 manipulator "Image to Postscript.user.0:Width (inches)" -w typein_real -p "Image to Postscript.user.0" \ -xy 10,486 -wh 236,22 manipulator "Image to Postscript.user.0:Dump to File" -w oneshot -p "Image to Postscript.user.0" \ -xy 10,508 -wh 118,22 panel "read image.user.1" -w panel -p "Top Level Stack" -xy 0,86 -wh 256,210 manipulator "read image.user.1:Read Image Browser" -w browser -p "read image.user.1" \ -xy 10,10 -wh 236,190 # End of file