Short: View pictures using Visage & Dopus 5.5+ Author: swedane@algonet.se (Tommy Jensen) Uploader: swedane algonet se (Tommy Jensen) Type: util/dopus Version: 1.0 Requires: Directory Opus 5.5+, Visage Architecture: generic Distribution: Public Domain (PD) This is an ARexx script for use with the filemanagment tool Directory Opus 5.5+ and the picture viewer Visage. Installation: X Simply copy the script to DOpus5:ARexx or wherever ju keep your Opus ARexx scipts. X Then call it as: DOpus5:ARexx/VisageShow.dopus5 X If your Visage path is other than just "Visage" you have to change the Visage parameter in the script. Changing the "visopts" parameter in the script to suit you needs is recommended although not required. Note: Don't specify the QUIET option in "visopts" because this will disable the showing of dimensions in the progress display. X Finished. Please report any bugs or tips for improvement of this script. Notes: 1. I am aware of the fact that it would be nice to have the dimensions of the picture currently displayed but this is to my knowledge impossible since Visage doesn't release the output until the picture it fully rendered and its process is ended. 2. Large filenames will cause the dimensions to be displayed "outside" of progress display. This is because the Opus progress display is of fixed width. ARexx is © William S. Hawes Directory Opus is © Jonathan Potter & GPSoftware Visage is © Magnus Holmgren P.S. If you recognize some parts of the script (namely the verision check), it's because if stolen that code from some other script. I see no point in reinventing the wheel.