home *** CD-ROM | disk | FTP | other *** search
/ Encyclopedia of Graphics File Formats Companion / GFF_CD.ISO / software / unix / xv / readme.txt < prev    next >
Encoding:
Text File  |  1994-06-01  |  6.2 KB  |  159 lines

  1. XV -- Extracts from Several Informational Files
  2.  
  3.  
  4. XV License Info
  5. ===============
  6. Thank you for acquiring a copy of XV.  I hope you enjoy it.
  7.  
  8. If you like the program and decide to use it, *please* send me a short
  9. email message to that effect.  Be sure to mention the full name of your
  10. organization, and where you're located.  When our sponsors ask us 'what 
  11. have you been doing', it always looks good if we can come up with a nice 
  12. long list of folks who are using code developed in the GRASP Lab.
  13.  
  14. XV is shareware for PERSONAL USE only.  You may use XV for your own
  15. amusement, and if you find it nifty, useful, generally cool, or of
  16. some value to you, your non-deductable donation would be greatly
  17. appreciated.  $25 is the suggested donation, though, of course,
  18. larger donations are quite welcome.  Folks who donate $25 or more
  19. can receive a printed, bound copy of the XV manual for no extra
  20. charge.  If you want one, just ask.  BE SURE TO SPECIFY THE VERSION
  21. OF XV THAT YOU ARE USING!
  22.  
  23. Commercial, government, and institutional users MUST register their
  24. copies of XV, for the exceedingly REASONABLE price of just $25 per
  25. workstation/X terminal.  Site licenses are available for those who
  26. wish to run XV on a large number of machines.  Contact the author
  27. for more details.
  28.  
  29. U.S. Funds only, please.  Checks should be made payable to 'John Bradley'.
  30.  
  31.  
  32. Copyright Notice
  33. ================
  34. XV is Copyright 1989, 1990, 1991, 1992, 1993 by John Bradley
  35.  
  36. Permission to use, copy, and distribute XV in its entirety, for 
  37. non-commercial purposes, is hereby granted without fee, provided that
  38. this license information and copyright notice appear in all copies.
  39.  
  40. If you redistribute XV, the *entire* contents of this distribution must be
  41. distributed, including the README, and INSTALL files, the sources, and the 
  42. complete contents of the 'docs' directory.
  43.  
  44. Note that distributing XV 'bundled' in with ANY product is considered
  45. to be a 'commercial purpose'.
  46.  
  47. Also note that any copies of XV that are distributed MUST be built
  48. and/or configured to be in their 'unregistered copy' mode, so that it
  49. is made obvious to the user that XV is shareware, and that they should
  50. consider donating, or at least reading this License Info.
  51.  
  52. The software may be modified for your own purposes, but modified
  53. versions may NOT be distributed without prior consent of the author.
  54.  
  55. This software is provided 'as-is', without any express or implied
  56. warranty.  In no event will the author be held liable for any damages
  57. arising from the use of this software.
  58.  
  59. If you would like to do something with XV that this copyright
  60. prohibits (such as distributing it with a commercial product, 
  61. using portions of the source in some other program, etc.), please
  62. contact the author (preferably via email).  Arrangements can
  63. probably be worked out.
  64.  
  65.  
  66. The author may be contacted via:
  67.     US Mail:  John Bradley
  68.               1053 Floyd Terrace
  69.               Bryn Mawr, PA  19010
  70.  
  71.     Phone:    (215) 898-8813
  72.     EMail:    bradley@cis.upenn.edu
  73.  
  74.  
  75.  
  76. Availability
  77. ------------
  78.  
  79. XV 2.10 is now available for anonymous ftp on the machines 'export.lcs.mit.edu'
  80. (in contrib/xv-2.10.tar.Z) and 'ftp.cis.upenn.edu' (in pub/xv-2.10.tar.Z).
  81.  
  82. New Features:
  83.     TIFF file i/o
  84.     PDS/VICAR file input
  85.     color gradient generation
  86.     'reload current image' on an external signal
  87.     improved 'slow24' 24-to-8 color conversion algorithm
  88.     incorporates the ppmquant 24-to-8 color conversion algorithm
  89.     displays x,y coordinates of handles in the 'graph' windows
  90.     improved GIF89 parsing
  91.     faster dithering for 1-bit B/W X displays
  92.  
  93. And of course, there's several new command line options, X resources, and more
  94. bug fixes than I'd care to admit :-)
  95.  
  96. And no, it still doesn't display true 24-bit images on 24-bit displays.  Get
  97. back to me next year on that subject...
  98.  
  99.  
  100. Brief Description
  101. ------------------
  102.  
  103. XV is a program that displays image files in GIF87, GIF89, JPEG,
  104. PBM/PGM/PPM, TIFF, PDS/VICAR Sun Rasterfile, and X11 Bitmap formats.
  105. XV runs on nearly ALL X displays: 1, 2, 4, 6, 8, 16, 24, and 32-bit,
  106. color, greyscale, and black/white.
  107.  
  108. XV displays one image at a time in an output window, or on the root
  109. window.  You can arbitrarily stretch or compress the window, and the
  110. picture will be rescaled to fit.  You can rotate the picture in
  111. 90-degree steps.  You can flip the picture vertically and
  112. horizontally.  You can repeatedly 'crop' a picture (define a
  113. rectangular 'region-of-interest' and 'throw away' the rest).  You can
  114. magnify any portion of the picture by any amount, up to the maximum
  115. size of your screen.
  116.  
  117. XV allows you click on the picture to determine pixel RGB values and
  118. x,y coordinates.  You can perform arbitrary 'gamma correction' on the
  119. picture both in RGB space and HSV space.  You can specify the maximum
  120. number of colors that XV should use, for some interesting visual
  121. effects.  You can have the program produce a stippled version of the
  122. picture using black and white, or any other pair of colors.
  123.  
  124. XV can write images in a variety of formats, with many of the
  125. modifications you may have made to the picture saved as well.  You can
  126. use XV to do format conversion.  XV will also automatically uncompress
  127. compress-ed files, as well as read files from stdin.
  128.  
  129.  
  130. John Bradley                    University of Pennsylvania  -  GRASP Lab
  131.      bradley@cis.upenn.edu
  132.  
  133.      March 3, 1992
  134.  
  135.  
  136. XV Man Page
  137. -----------
  138.  
  139. .TH xv l "Apr 23, 1993" "Rev: 3.00"
  140. .SH NAME
  141. \fBxv\fP \- interactive image display for the X Window System
  142. .SH SYNTAX
  143. \fBxv\fP \fI[options] [filename [filename...]]\fP
  144. .SH DESCRIPTION
  145. \fIxv\fP is an X11 program that displays images in the GIF, JPEG, TIFF,
  146. PBM, PGM, PPM, X11 bitmap, Utah Raster Toolkit RLE, PDS/VICAR, Sun Rasterfile, 
  147. BMP, PCX, IRIS RGB, possibly PostScript, and PM formats on workstations and
  148. terminals running the X Window System, Version 11.
  149. .PP
  150. The documentation for XV is now distributed *only* as a PostScript file, as
  151. it has gotten considerably larger, and is no longer very well suited to 
  152. the 'man' page format.  Print a copy of the (100-ish page) manual found 
  153. in 'docs/xvdocs.ps'.  If you are unable to get the manual to print on your 
  154. printer, contact the author for further information.
  155. .SH AUTHOR
  156. John Bradley  -  bradley@cis.upenn.edu
  157.  
  158.  
  159.