home *** CD-ROM | disk | FTP | other *** search
/ Freelog 11 / Freelog011.iso / Maj / XnView / Readme.txt < prev    next >
Text File  |  2000-04-25  |  6KB  |  208 lines

  1.                        Nview, Nconvert & View2 v2.92
  2.                               XnView v1.14
  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:             pierre.g@wanadoo.fr
  30.                 pierre.g@mail.dotcom.fr
  31.  
  32. Web site :      http://www.xnview.fr.st
  33.                 http://perso.wanadoo.fr/pierre.g
  34.  
  35. Download :      http://perso.wanadoo.fr/pierre.g/download
  36.                 http://www.multimania.com/xnview/download
  37.  
  38.  
  39.  
  40. Platforms
  41. =========
  42.  
  43.   ATARI ST, STe, Falcon, TT and compatible
  44.   PC x86 DOS
  45.   PC x86 Windows 3.1x, 95, 98, NT & 2000
  46.   PC x86 linux v2.x (X Windows & Lesstif)
  47.   PC x86 FreeBSD v3.x (X Windows & Lesstif)
  48.   Silicon Graphics IRIX v5.2 and more
  49.   Sun Solaris v2.5.1 and more
  50.  
  51.  
  52. NVIEW
  53. =====
  54.  
  55. Nview is a multi-format viewer. 
  56.  
  57.   Type nview -help for available option. 
  58.  
  59.  
  60. About Nview for PC under DOS:
  61. -----------------------------
  62.  
  63.   Nview is VESA compatible and works in 8,15,16 bits and truecolor mode.
  64.     The only mode available is 320x200x8 if your video card doesn't 
  65.     support Vesa mode. 
  66.   
  67.   For a complete description of the available mode on the display, type
  68.     nview -help (and use it with -d option's)
  69.   
  70.   For example with my Diamond S3 864, "nview -d3 back.gif" use the 640x480x15 display.
  71.   
  72.   With the -p<width>x<height>x<bits>, you take the best display who match arguments. 
  73.     (Example: nview -p640x480x24 back.gif)
  74.     -p0x0x0 choose the best display for the bitmap. 
  75.  
  76.  
  77. About Nview for X Windows (Linux/SGI):
  78. --------------------------------------
  79.  
  80.   Nview take the default visual for displaying the bitmap. You can use 
  81.     -visual id (id is the visual number seeing with nview -help).
  82.   
  83.   By default, nview display the bitmap and wait for a mouse click or Escape. 
  84.     With the -w, Nview create one window per bitmap. 
  85.  
  86.   Nview works with pipe, in this case the input format must be specified: 
  87.     cat img.tga | nview -f2 stdin
  88.  
  89.   You will need to set the LD_LIBRARY_PATH environment variable with 
  90.     the path where the libraries are. 
  91.     By default 'install' put the libraries in /usr/local/lib. 
  92.   
  93.  
  94. NCONVERT
  95. ========
  96.  
  97. Nconvert is the multi-format converter. 
  98.  
  99.   Type nconvert -help for available option. 
  100.  
  101.  
  102.   To convert files in a specific format, type for example :
  103.       nconvert -out 5 file1.pic file2.jpg file3.tga
  104.     or
  105.       nconvert -out tiff file1.pic file2.jpg file3.tga
  106.   
  107.   With a resize :
  108.       nconvert -out jpeg -w480 -R *.jpg
  109.       nconvert -out jpeg -w640 -h480 *.jpg
  110.   
  111.   The input format is not necessary. If a problem occurs, use the -in option. 
  112.   
  113.   Nconvert is able to make transformation
  114.  
  115.     * To convert GIF files to JPEG files : 
  116.         nconvert -out jpeg -truecolors *.gif
  117.     
  118.     * To convert JPEG files to GIF files : 
  119.         nconvert -out gif -dither -colors 256 *.jpeg
  120.     
  121.     * To resize :
  122.         nconvert -out tga -resize 510 230 *.jpeg
  123.         nconvert -out tga -ratio -resize 510 0 *.jpeg
  124.         nconvert -out tga -ratio -resize 0 510 *.jpeg
  125.         nconvert -out tga -resize 200% 200% *.jpeg
  126.     
  127.   You can use it with image's sequence. 
  128.     For example, we take the file00.pic, file01.pic, ..., file10.pic and 
  129.       we convert in jpeg format with the form res0.jpg, res1.jpg, ... type :
  130.         nconvert -out jpeg -o res#.jpg file##.pic
  131.  
  132.   You can use % to specify source filename in dest filename.
  133.     For example, nconvert -out jpeg -o result_%s.jpg file.tga
  134.       create a filename result_file.jpg
  135.  
  136.  
  137. XNVIEW (Extended Nview)
  138. =======================
  139.  
  140. About XnView for X Windows (Linux/FreeBsd/Silicon Graphics/Sun):
  141. -------------------------------------------
  142.  
  143.   XnView requires OSF/Motif 1.2 or later. 
  144.   
  145.   You will need to set the LD_LIBRARY_PATH environment variable with 
  146.     the path where the libraries are. 
  147.     By default 'install' put the libraries in /usr/local/lib. 
  148.   
  149.   Type xnview -help for available option. 
  150.   
  151.   XnView take the default visual for displaying the bitmap. You can specify 
  152.     an X visual id (in hexadecimal) with '-visualid id'.
  153.   
  154.   
  155.   Linux/FreeBSD Version:
  156.   --------------
  157.   
  158.     XnView requires Linux 2.0.x, XFree86-3.2 and Motif 1.2 or Lesstif 0.90
  159.     
  160.     Lesstif is available from the following URL's
  161.  
  162.     http://www.lesstif.org/products/lesstif/
  163.     ftp://ftp.lesstif.org/pub/hungry/lesstif/
  164.  
  165.  
  166.   Credits:
  167.   -------
  168.     Solaris version : Tobias Oetiker
  169.  
  170.  
  171. About XnView for Windows (x86):
  172. -------------------------------
  173.  
  174.   XnView for windows requires Windows 3.11 with Win32s, Windows NT or 
  175.     Windows 95. 
  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.  
  206.  
  207.  
  208.