home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / fish / disks / d1120.lha / Programs / AmigaXv / Product-Info < prev    next >
Encoding:
Text File  |  1995-08-25  |  2.8 KB  |  97 lines

  1. .name
  2. AmigaXv
  3. .type
  4. Image Utility
  5. .short
  6. Amiga port of the popular unix displayer
  7. .description
  8. This is a port of an X11 program called Xv (v3.10) by John Bradley.
  9.  
  10. XV is a program that displays image files in GIF87, GIF89, JPEG,
  11. PBM/PGM/PPM, TIFF, PDS/VICAR Sun Rasterfile, and X11 Bitmap formats.
  12. XV runs on nearly ALL X displays: 1, 2, 4, 6, 8, 16, 24, and 32-bit,
  13. color, greyscale, and black/white.
  14.  
  15. XV displays one image at a time in an output window, or on the root
  16. window.  You can arbitrarily stretch or compress the window, and the
  17. picture will be rescaled to fit.  You can rotate the picture in
  18. 90-degree steps.  You can flip the picture vertically and
  19. horizontally.  You can repeatedly 'crop' a picture (define a
  20. rectangular 'region-of-interest' and 'throw away' the rest).  You can
  21. magnify any portion of the picture by any amount, up to the maximum
  22. size of your screen.
  23.  
  24. XV allows you click on the picture to determine pixel RGB values and
  25. x,y coordinates.  You can perform arbitrary 'gamma correction' on the
  26. picture both in RGB space and HSV space.  You can specify the maximum
  27. number of colors that XV should use, for some interesting visual
  28. effects.  You can have the program produce a stippled version of the
  29. picture using black and white, or any other pair of colors.
  30.  
  31. XV can write images in a variety of formats, with many of the
  32. modifications you may have made to the picture saved as well.  You can
  33. use XV to do format conversion.  XV will also automatically uncompress
  34. compress-ed files, as well as read files from stdin.
  35. .version
  36. 2.18
  37. .author
  38. John Bradley, Amiga port by Terje Pedersen
  39. .requirements
  40. Requires MUI
  41. AGA/OS3.0 is recommended but it may actually work with WB2.04/ECS.
  42. .reference
  43. FreshFish-Vol9-2:BBS/gfx/xv-2.10.lha
  44. 2.10
  45. FreshFish-Vol9-1:Useful/gfx/edit/xv/
  46. 2.10
  47. FreshFish-Vol9-1:New/gfx/edit/xv/
  48. 2.10
  49. FreshFish-Vol9-2:BBS/gfx/AmigaXv-1.21.lha
  50. 1.21
  51. FreshFish-Vol8-2:BBS/gfx/AmigaXv-1.21.lha
  52. 1.21
  53. FreshFish-Vol8-1:Useful/gfx/edit/AmigaXv/
  54. 1.21
  55. FreshFish-Vol8-1:New/gfx/edit/AmigaXv/
  56. 1.21
  57. .email
  58. terjepe@stud.cs.uit.no
  59. .docs
  60. HISTORY
  61. docs/amiga.readme
  62. docs/readme.mui
  63. docs/LIBX11.readme
  64. docs/README
  65. docs/WorthALook.readme
  66. .described-by
  67. Dan Fish (daf@starfish.amigalib.com)
  68. .submittal
  69. Downloaded via ftp from aminet (wuarchive.wustl.edu)
  70. .execute
  71. LAB Start
  72. set choice `RequestChoice "Amiga Xv" "Please select an option" "View Doc" "Run Program" "Cancel"`
  73. if $choice GT "0"
  74.   if $choice EQ "1"
  75.     set orgdir `cd`
  76.     cd docs
  77.     set filechoice `RequestFile TITLE "Select Text File" PATTERN "~(#?.info)"`
  78.     set dirchoice `pathname $filechoice`
  79.     set filechoice `basename $filechoice`
  80.     failat 21
  81.     cd $dirchoice
  82.     MetaTool $filechoice TEXT
  83.     cd $orgdir
  84.     failat 10
  85.     unset filechoice
  86.     unset dirchoice
  87.   else
  88.     if $choice EQ "2"
  89.       stack 30000
  90.       run xv218
  91.     endif
  92.   endif
  93.   skip Start BACK
  94. endif
  95. .aminet-dir
  96. gfx/edit
  97.