home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / graphics / tiffres.README < prev   
Encoding:
Text File  |  1995-11-19  |  2.6 KB  |  73 lines

  1.     TIFFRES -- Tiff Resolution Tag Utility
  2.                 (c) Peter Langston <psl@acm.org> 2/95
  3.     Version 1.2 6/15/95
  4.  
  5. Tiffres is a utility to inspect and/or set the values of the X & Y resolution
  6. tags in TIFF files.  I wrote it out of frustration with programs that
  7. mis-encode specified resolutions (e.g. Icon, Pixelist ... oh, hi Keith). 
  8.  
  9.     Usage: tiffres [-r[=#.#]] [-v] [-x[=#.#]] [-y[=#.#]] tiff-file [...]
  10.     -r      prints the current x & y resolutions.
  11.     -r=400  sets both the x & y resolutions to 400 dpi.
  12.     -v      verbose output.
  13.     -x      prints the current x resolution.
  14.     -y      prints the current y resolution.
  15.     -x=12.3 sets the x resolution to 12.3 dpi.
  16.     -y=300  sets the y resolution to 300 dpi.
  17.     The exit status is a count of errors.
  18.  
  19. The file "tiffres.tar.gz" is a gzipped tar archive containing
  20. the following:
  21.  
  22.   Name            Contents
  23.   ------------        ------------------------------------------------
  24.   tiffres        stripped multi-architecture binary (i386 & m68k)
  25.   tiffres.README    this file
  26.   tiffres.README.FIRST    a brief revision history
  27.   tiffres.c        the source code
  28.   tiffres.1        man page for tiffres
  29.  
  30.  
  31. ******************** Legal Gobbledegook *************************************
  32. **
  33. **   This program is freeware - you are free to use it for your own personal,
  34. ** non-commercial enjoyment.  For any other use (including transfer to other
  35. ** users), you must obtain my explicit permission.  This program is entirely
  36. ** free of any warranty or guarantee as to its appropriateness for any use.
  37. **   Notwithstanding any implications from its status as freeware, this
  38. ** program is still mine (MINE ALL MINE!) and I reserve all rights granted
  39. ** to me by my copyright on it.
  40. **    Peter Langston <psl@acm.org> Seattle, WA  3 June, 1995
  41. **
  42. ** I hereby explicitly grant permission to the following FTP archive sites to
  43. ** distribute my program tiffres without charge to any individuals wishing to
  44. ** use it following the guidelines set out in the paragraphs above.
  45. **    ftp.cs.orst.edu
  46. **    sonata.cc.purdue.edu
  47. **    ftp.informatik.uni-muenchen.de
  48. **        Peter Langston <psl@acm.org> Seattle, WA  3 June, 1995
  49. **
  50. ******************** E-O-L-G ************************************************
  51.  
  52. The history of the tiffres versions:
  53.  
  54. 1.1    The current version - submitted to orst early on 6/3/95
  55.     Files:
  56.         tiffres1.1.NI.tar.gz
  57.         tiffres.README
  58.         tiffres.README.FIRST
  59.     Code improvements:
  60.         better handling of fopen() errors
  61.         the -v option does more (quieter without it)
  62.     Documentation improvement:
  63.         man page added
  64.  
  65.  
  66. 1.0    The original version - submitted to orst early on 6/2/95
  67.     Files:
  68.         tiffres.NI.tar.gz
  69.         tiffres.README
  70.  
  71. Peter Langston
  72. <psl@acm.org>
  73.