Short: Pictures Viewer Author: p brochard Uploader: p_brochard libertysurf fr Type: gfx/show Version: 0.23 Architecture: ppc-morphos >= 1.4.0 Distribution: Aminet TOUCAN is a simple pictures viewer. TOUCAN use appicon and appwindow, so you can drag on TOUCAN icon or TOUCAN window, one or more pictures icons or a drawer icon. REXX commandes avaible: ------------------------ LOAD "file or drawer" -> load a picture or all pictures in this drawer FULLSCREEN -> Toogle full screen or window ICONIFY -> Toogle iconify or uninconify NEXT -> Next picture,in case of multiselection PREV -> Previous picture,in case of multiselection QUIT -> Quit programm examples of use : rx 'address TOUCAN1 LOAD "DATA1:picture/000032DE.jpg"' rx 'address TOUCAN1 LOAD "DATA1:picture"' TOOLTYPES are : ---------------- WIN_POS_LEFT, WIN_POS_UP -> left edge corner positions WIN_WIDTH, WIN_HEIGHT -> window sizes COLOR -> zoom border color, but it's depend of the palette picture GADGET_CLOSE_ICONIFY -> the close gadget don't close but iconify TOUCAN or (GADGET_CLOSE_ICONIFY) -> the close gadget close TOUCAN used KEYS are : ---------------- 'O' -> File requester '+' -> Next picture,in case of multiselection '-' -> Previous picture,in case of multiselection 'F' -> Toogle full screen or window 'L' -> Left rotation, the bottom of picture go to left side 'R' -> Right rotation, the bottom of picture go to right side 'W' -> Write rotation type on picture comment, so next time you open a picture with comment, TOUCAN rotate and display picture 'Q' -> Quit programm MOUSE fonctions: ------------------ Double-clik on TOUCAN icon or Middle Mouse Button on TOUCAN window open requester file. You can zoom on picture by press left mouse buton and select a zone on picture. If you select more than one picture, you can browse with the mouse wheel. BONUS : ------------------ Cmd_Rx is little utility, I use it with Dopus4 for send rexx commandes to TOUCAN. usage : Cmde_Rx [address] [REXX commande] [if REXX commande is LOAD, file or drawer name] examples of use : -> Cmd_Rx TOUCAN1 LOAD "DATA1:picture/000032DE.jpg" result in file RAM:Cmd_Rx.dbg : rx 'address TOUCAN1 LOAD "DATA1:picture/000032DE.jpg"' -> Cmd_Rx TOUCAN1 QUIT rx 'address TOUCAN1 QUIT' result in file RAM:Cmd_Rx.dbg : rx 'address TOUCAN1 LOAD "DATA1:picture"' I am not responsible for any damage, use it at your own risk.