home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 September / PCWorld_2000-09_cd.bin / Software / Vyzkuste / xnview / Readme.txt < prev    next >
Text File  |  2000-05-19  |  7KB  |  210 lines

  1.                        Nview, Nconvert & View2 v2.92
  2.                               XnView v1.15
  3.  
  4.                    Copyright (c) 1991-2000 Pierre-E Gougelet
  5.                            All Rights Reserved.
  6.  
  7.  
  8.  
  9. DISCLAIMER
  10. ==========
  11.  
  12.   You are granted the right to use and to make an unlimited number
  13.     of copies of the freeware version of this software.
  14.  
  15.   Commercial use and distribution is not authorized without agreement.
  16.  
  17.   Use this program at your own risk, I do not provide any warranty 
  18.     about it.
  19.  
  20.  
  21.   This software is based in part on the work of the Independent JPEG Group.
  22.   This software is based in part on the work of the Group 42 Inc.
  23.   This software is based on compression library of Jean-loup Gailly and Mark Adler
  24.  
  25.  
  26. HomePage
  27. ========
  28.  
  29. EMail:             webmaster@xnview.com
  30.                 pierre.g@wanadoo.fr
  31.  
  32. Web site :      http://www.xnview.com
  33.                 http://www.xnview.fr.st
  34.                 http://perso.wanadoo.fr/pierre.g
  35.  
  36. Download :      http://perso.wanadoo.fr/pierre.g/download
  37.                 http://www.multimania.com/xnview/download
  38.  
  39.  
  40.  
  41. Platforms
  42. =========
  43.  
  44.   ATARI ST, STe, Falcon, TT and compatible
  45.   PC x86 DOS
  46.   PC x86 Windows 3.1x, 95, 98, NT & 2000
  47.   PC x86 linux v2.x (X Windows & Lesstif)
  48.   PC x86 FreeBSD v3.x (X Windows & Lesstif)
  49.   Silicon Graphics IRIX v5.2 and more
  50.   Sun Solaris v2.5.1 and more
  51.  
  52.  
  53. NVIEW
  54. =====
  55.  
  56. Nview is a multi-format viewer. 
  57.  
  58.   Type nview -help for available option. 
  59.  
  60.  
  61. About Nview for PC under DOS:
  62. -----------------------------
  63.  
  64.   Nview is VESA compatible and works in 8,15,16 bits and truecolor mode.
  65.     The only mode available is 320x200x8 if your video card doesn't 
  66.     support Vesa mode. 
  67.   
  68.   For a complete description of the available mode on the display, type
  69.     nview -help (and use it with -d option's)
  70.   
  71.   For example with my Diamond S3 864, "nview -d3 back.gif" use the 640x480x15 display.
  72.   
  73.   With the -p<width>x<height>x<bits>, you take the best display who match arguments. 
  74.     (Example: nview -p640x480x24 back.gif)
  75.     -p0x0x0 choose the best display for the bitmap. 
  76.  
  77.  
  78. About Nview for X Windows (Linux/SGI):
  79. --------------------------------------
  80.  
  81.   Nview take the default visual for displaying the bitmap. You can use 
  82.     -visual id (id is the visual number seeing with nview -help).
  83.   
  84.   By default, nview display the bitmap and wait for a mouse click or Escape. 
  85.     With the -w, Nview create one window per bitmap. 
  86.  
  87.   Nview works with pipe, in this case the input format must be specified: 
  88.     cat img.tga | nview -f2 stdin
  89.  
  90.   You will need to set the LD_LIBRARY_PATH environment variable with 
  91.     the path where the libraries are. 
  92.     By default 'install' put the libraries in /usr/local/lib. 
  93.   
  94.  
  95. NCONVERT
  96. ========
  97.  
  98. Nconvert is the multi-format converter. 
  99.  
  100.   Type nconvert -help for available option. 
  101.  
  102.  
  103.   To convert files in a specific format, type for example :
  104.       nconvert -out 5 file1.pic file2.jpg file3.tga
  105.     or
  106.       nconvert -out tiff file1.pic file2.jpg file3.tga
  107.   
  108.   With a resize :
  109.       nconvert -out jpeg -w480 -R *.jpg
  110.       nconvert -out jpeg -w640 -h480 *.jpg
  111.   
  112.   The input format is not necessary. If a problem occurs, use the -in option. 
  113.   
  114.   Nconvert is able to make transformation
  115.  
  116.     * To convert GIF files to JPEG files : 
  117.         nconvert -out jpeg -truecolors *.gif
  118.     
  119.     * To convert JPEG files to GIF files : 
  120.         nconvert -out gif -dither -colors 256 *.jpeg
  121.     
  122.     * To resize :
  123.         nconvert -out tga -resize 510 230 *.jpeg
  124.         nconvert -out tga -ratio -resize 510 0 *.jpeg
  125.         nconvert -out tga -ratio -resize 0 510 *.jpeg
  126.         nconvert -out tga -resize 200% 200% *.jpeg
  127.     
  128.   You can use it with image's sequence. 
  129.     For example, we take the file00.pic, file01.pic, ..., file10.pic and 
  130.       we convert in jpeg format with the form res0.jpg, res1.jpg, ... type :
  131.         nconvert -out jpeg -o res#.jpg file##.pic
  132.  
  133.   You can use % to specify source filename in dest filename.
  134.     For example, nconvert -out jpeg -o result_%s.jpg file.tga
  135.       create a filename result_file.jpg
  136.  
  137.  
  138. XNVIEW (Extended Nview)
  139. =======================
  140.  
  141. About XnView for X Windows (Linux/FreeBsd/Silicon Graphics/Sun):
  142. -------------------------------------------
  143.  
  144.   XnView requires OSF/Motif 1.2 or later. 
  145.   
  146.   You will need to set the LD_LIBRARY_PATH environment variable with 
  147.     the path where the libraries are. 
  148.     By default 'install' put the libraries in /usr/local/lib. 
  149.   
  150.   Type xnview -help for available option. 
  151.   
  152.   XnView take the default visual for displaying the bitmap. You can specify 
  153.     an X visual id (in hexadecimal) with '-visualid id'.
  154.   
  155.   
  156.   Linux/FreeBSD Version:
  157.   --------------
  158.   
  159.     XnView requires Linux 2.0.x, XFree86-3.2 and Motif 1.2 or Lesstif 0.90
  160.     
  161.     Lesstif is available from the following URL's
  162.  
  163.     http://www.lesstif.org/products/lesstif/
  164.     ftp://ftp.lesstif.org/pub/hungry/lesstif/
  165.  
  166.  
  167.   Credits:
  168.   -------
  169.     Solaris version : Tobias Oetiker
  170.  
  171.  
  172. About XnView for Windows (x86):
  173. -------------------------------
  174.  
  175.   XnView for windows requires Windows 3.x with Win32s, or Windows 95/98/NT/2000. 
  176.  
  177.  
  178.   Windows 3.1x users note:
  179.   -----------------------
  180.     You'll need the last release of win32s for Microsoft Windows 3.1X 
  181.       and Windows for Workgroup 3.1x. 
  182.  
  183.     If there is a file called 'win32s.ini' in the directory \windows\system, 
  184.       you already have win32s. This file contains the version information. 
  185.       If the version number is equal or greater than 1.30.172 (v1.30c), 
  186.       you don't have to reinstall win32s. 
  187.  
  188.     Win32s v1.30c can be downloaded via 
  189.       ftp://ftp.rmc.edu/pub/windows16/win32s13.exe
  190.  
  191.   
  192.   Credits:
  193.   -------
  194.     German translation     : Axel C. Burgbacher, Helmut Mueller
  195.     Italian translation    : Alexandro F.Proietti, Armando R. La Mura
  196.     Russian translation    : Igor Alikin, Alexander Gorbylev
  197.     Spanish translation    : Jorge A. Montes PΘrez
  198.     Swedish translation    : Mσrten Mellberg
  199.     Estonian translation   : Ahti Kaskpeit
  200.     Dutch translation      : Michiel Oosterhagen
  201.     Czech translation      : Petr Bohdan
  202.     Portuguese (Brazilian) translation : Paulo Neto
  203.     Portuguese translation : Ant≤nio Eduardo Marques
  204.     Hungarian translation  : Jozsef Herczeg
  205.     Danish translation     : Allan Bergmann Jensen
  206.     Polish translation     : Sergiusz Klimkiewicz
  207.  
  208.  
  209.  
  210.